Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Script Development

Help and requests for InfinityScript development.

  1. Гость
    Started by Гость,

    want anything in InfinityScript? this thread is just for things ntauthority might see be civil, please

    • 53 ответа
    • 2k просмотров
    • 1 follower
  2. Started by DidUknowiPwn,

    Plugins or source code from ItsMods will not work on iw5m. They are completely incompatible. The only way to make a plugin work from there is to rewrite it using InfinityScript.

    • 0 ответов
    • 2k просмотр
  3. Im admin of a server from Vietnam. I got a big problem. Someone used a hack tool to fake my xuid, changed his name to my name, then used admin's cmds to kick or ban all players in room. i banned him from my console. but 5 minutes later, he back. It happen too many times. i dont know what tool he used but i really want to kick him away from my server 4ever. Seem like he alway use a same static ip to connect to my server. So i decide to write a script that i can kick s.o via ip. im writing a little script but im stuck. i dont know how to kick someone Someone can help me. Im a beginner and sr about my bad english I just want to know how to use kick command. i dont kn…

    • 2 ответа
    • 97 просмотров
    • 1 follower
  4. Started by Slvr99,

    Is there a script that will make the gamemode Juggernaut not have the actual Juggernaut spawn, but instead, just a normal player? And also, if you post raw code, can you please tell me what to do with it to make it into a script? I have little scripting experience with IW5M.

    • 22 ответа
    • 284 просмотра
  5. Гость
    Started by Гость,

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using InfinityScript; namespace Ammo { public class Ammo : BaseScript { public Ammo() : base() { PlayerConnected += new Action(entity => { Call("setdvar", "motd", "DUKIP is awesome"); }); } public override void OnSay(Entity player, string name, string message) { if (message.StartsWith("!giveammo")) { var weapon = player.CurrentWeapon; player.Call("giveMaxAmmo", player.CurrentWeapon); } } } } how to make a co…

    • 5 ответов
    • 80 просмотров
    • 1 follower
  6. Started by qloud,

    Ive been using other ammo mods, but they just seem to give GUN ammo, and i'm looking for a mod that will allow me to replenish my grenades. Anyone know one?

    • 8 ответов
    • 301 просмотр
  7. Гость
    Started by Гость,

    good evening I'm looking for mods Trickshot, iSnipe (MSR or L118A N shortcut key but more importantly it is a mod for my server MW3 Trickshot fourdeltaone because many players asking for a Isnipe mods and mods Triclshot but I found none apart isnipe two mods that I use but I would like a website with all mods MW3 fourdeltaone because there is not the huge mods on google or other

  8. Гость
    Started by Гость,

    Hi. Thanks for help. I need to know if there is a way to set player's button on game match. for example, a button setting of my melee is "E". and i would like to press "E" button automatically right after I type "melee" at chat. if i can control button setting, I may let BOTs have various skills such as melee, prone, crawl.. attached file is currently on mod for Infected with BOTs.

    • 3 ответа
    • 99 просмотров
    • 1 follower
  9. Гость
    Started by Гость,

    I cut the code from qzcm but nothing came out of my this code

    • 3 ответа
    • 98 просмотров
  10. Гость
    Started by Гость,

    This will be the one and only thread to discuss about the admin tool. So far I have a nice theme layout. We will start Discussing what options would like to have as a tool. so far including in this will be the following options. ******************************** Ability to Kick clients Ban clients See peoples Ip address to ban by ip.(these feature basically makes it so when a user in ur blacklist shows up it gives u a warning they are present.) Change Map Fast Restart Change things like Jump height,Speed,proMod,etc GiveAmmo,Weapons,walking Ac130 Welcome Messages in Say Field or Advertise spots (bottom left corner) Custom Lobby Message Timed Messages Abili…

    • 13 ответов
    • 322 просмотра
  11. Гость
    Started by Гость,

    Error 1 No overload method "doPlayerStore" not accept "1" argument doPlayerStore(entity); Here is the class: private void doPlayerStore(Entity player, string name, string message) { GameStore store = new GameStore(player); store.doStoreWhen(() => { return (player.GetField("sessionteam") == "allies"); }); GameStore.StoreEntry entry = new GameStore.StoreEntry(); entry.price = 50; { { switch (message) { case "!ammo": player.Call("givemaxammo", player.Cu…

    • 9 ответов
    • 93 просмотра
    • 1 follower
  12. Started by DidUknowiPwn,

    Trying to think of a way to execute something AFTER the Infected countdown is done. { //Call("precachemodel", "ac130_coop"); PlayerConnected += new Action(entity => { entity.SpawnedPlayer += new Action(() => { spawnInfected(entity); }); }); } This was back last year when IS first came out. I'm trying to think of a way to properly change it to run spawnInfected until the infected countdown is over. I was thinking of onnotify but don't know the code for it. Anyone got any suggestions?

    • 3 ответа
    • 140 просмотров
  13. Гость
    Started by Гость,

    and everything else I'll try to make

    • 1 ответ
    • 71 просмотр
  14. Гость
    Started by Гость,

    okay im trying to build a plugin to go along with my Servertool but for some reason i cannot get the damn thing to read console commands is there a certain point in my plugin i need to have the commands private BaseScript.EventEat CommandFilter(Entity player, string message) { string[] strArray = message.Split(new char[] { ' ' }); // Then i check for kick if (strArray[0].Equals("!kick")) { kick(message, player); return 2; } } im getting a type casting error on return 2; Any ideas why??

    • 2 ответа
    • 63 просмотра
  15. Started by RaY.,

    hey can you make a infinityscript with bots (i dont mean smart bots) because i have play with bots (own server) and yeah after the 2.9 ore 1.9 patch i cant play anymore with bots

    • 1 ответ
    • 82 просмотра
  16. Started by GiaoLinh,

    Hi ! I need a Myster Mox/ Random Box's script for mod Infected. But i can't find it's ! SomeBody Hepl me ! Script or Code . So thank Bro.

    • 1 ответ
    • 77 просмотров
  17. Started by LE3*,

    hello guys many ppls are asking me to get scripts applied in my server this scripts are very usefil for promod Search & destroy Team names namespace InfinityScript.Examples { using InfinityScript; using System; public class namesv1 : BaseScript { public namesv1() { base.Call("setDvar", new Parameter[] { "g_teamname_allies", "^1-^0[^4TG^0]^1-^2Clan" }); base.Call("setDvar", new Parameter[] { "g_teamname_axis", "^2Visitantes" }); base.PlayerConnected += delegate (Entity entity) { entity.SetClientDvar("g_teamname_allies", "^1-^0[^4TG^0]^1-^2Clan"); entity.SetClientDvar("g_tea…

    • 14 ответов
    • 283 просмотра
    • 1 follower
  18. Started by DidUknowiPwn,

    Trying to complete my script for Random Infected and well I'm out of ideas. So far I have: "Enabled Wallhacks", receiving 1 throwing knife, Juggernaut zombies, "McDonalds Man", "Usain Bolt", and Invisibility. Anyone got any suggestions? It could be anything from model to run speed.

    • 0 ответов
    • 65 просмотров
  19. Started by King_Shark,

    A invisible script for funny game?

    • 7 ответов
    • 269 просмотров
    • 1 follower
  20. Гость
    Started by Гость,

    I need this if someone can help [attachment=0]hud.png[/attachment] Thanks

    • 2 ответа
    • 102 просмотра
  21. Started by LE3*,

    heello i want to enable planting sound to be same as diffusing i got this code from server addon public override void OnPlayerUse(ServerClient Client) { Vector origin = new Vector(Client.OriginX, Client.OriginY, Client.OriginZ); base.PlaySoundAtOrigin(origin, "mp_bomb_plant"); } can some 1 edit it to work in 4d1? thx

    • 15 ответов
    • 205 просмотров
    • 1 follower
  22. Гость

    who than can help

    • 6 ответов
    • 75 просмотров
    • 1 follower
  23. Гость
    Started by Гость,

    Ive played on servers before where you have unlimited ammo and never had to reload where can i find this at? google isnt being to helpful to me. lol

    • 3 ответа
    • 114 просмотра
  24. Started by McRam,

    Hello, I have searched the forum but could not find anything. I would like to see a reverse gun game mod. Is there somebody who already has this or can script this together in no time? The regular gun games favors the already good players by giving them even better guns. Reverse gun game solves this (a little ). Thanks for any help! Cheers, McRam

  25. Гость
    Started by Гость,

    is it possible to do this only for infected'd like to play in camouflage sniper SWAT

    • 12 ответов
    • 212 просмотра
    • 1 follower

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Account

Navigation

Поиск

Поиск

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.