Перейти к содержимому
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 Гость,

    Is it possible to make the team admin - turn off and turn on the microphone player?

    • 5 ответов
    • 222 просмотра
    • 1 follower
  2. Гость
    Started by Гость,

    can you do spawn in the same place?

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

    dont work( what's wrong here? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.InteropServices; using InfinityScript; namespace skroll { public class ScrollZ : BaseScript { public ScrollZ() : base() { //changeGametype("QCZM"); Call("setdvar", "motd", "Welcome to Server!."); } private void createServerHud() { HudElem motd = HudElem.CreateServerFontString("boldFont", 1f); motd.SetPoint("CENTER", "BOTTOM", 0, -19); motd.Foreground = true; motd.HideWhenInMenu = true; OnInterval(2…

    • 5 ответов
    • 165 просмотров
    • 1 follower
  4. Started by bingo007,

    how to give a killstreak to a player?

    • 18 ответов
    • 497 просмотров
    • 1 follower
  5. Гость
    Started by Гость,

    Can I put the title on the screen?

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

    Hello, prompt once again =) I write the AutoBan script for my server. I can not understand what command to ban the player has connected ban + name does not work, after the client connection to the console server is written there is no such command player.Call(" ? "); "ban " + banlist[numline] - not work ----cut---- if (player.GetField("name") == banlist[numline]) { player.Call(" ? "); } ----cut----

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

    as Requested by Camelot115 I've Made this Tutorial... 1)start PlayerConnected 2)Start Spawned Player 3)now use this void GiveRandomWeapon(case Case); { Switch (Case) { case 1: Player.GiveWeapon("SomeWeapon"); break; case 2: player.GiveWeapon("name"); break; case 3: Player.GiveWeapon("name"); Case 4: Player.GiveWeapon("name"); break; } //like that do all 10 } 4)Generate a Random Weapon/Number int weaponz //random Integer Random rand = new Random(10); //Generate random no. between 1-10 weaponz = rand; //Define Integer's value 5)on Spawned Player entity.takeallweapons(); GiveRandomWeapon(weaponz); Correct me If I'm Wrong Somewhere (I …

    • 2 ответа
    • 147 просмотров
  8. Гость
    Started by Гость,

    how do i do that?

    • 3 ответа
    • 144 просмотра
  9. Started by Aalalex,

    So a while back Cyb3rz3r0 made this topic about creating Jailbreak Mode like in Quake 3 for IW5M: http://fourdeltaone.net/forum/viewtopic.php?f=41&t=18515&p=148359 I thought this was a very cool idea so I started working on it myself. And since Cyb3rz3r0 told me he wasn't working on it anymore because he is busy with other things we decided that we could work together on this project. Cyb3rz3r0 provided me with a MapEditor Class. Together with Taftse he redid a great portion of the coding from DUKIP and the Apadayo's Mapedit class to make it easily usable in-game. I did the coding for the Jailbreak Mode logic. So here is a preview of the result: (Fi…

    • 49 ответов
    • 1,5k просмотров
    • 4 followers
  10. Гость
    Started by Гость,

    Can I do to get my classes weapon started appearing randomly on my maps?

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

    anyone has the sound alias for "specialist bonus achieved"?

    • 22 ответа
    • 436 просмотров
    • 1 follower
  12. Гость
    Started by Гость,

    How can I make camo zombies in all the maps?

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

    I have a few questions for you))) 1) Is it possible to do: For example I am the administrator, the player has zombie, and I write the command in the chat that he would become a man again, and vice versa. Can I? 2) Is it possible to do this: Zombie make the speed of 240, and the speed of the original people 190

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

    how to end the game giving victory to an team?

    • 2 ответа
    • 190 просмотров
    • 1 follower
  15. Started by TPawnzer,

    any ideas on how i can get this done ?

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

    hye cani change the gametype on the server list like dukip done in his mod :!: :?: :?:

    • 1 ответ
    • 145 просмотров
  17. Started by -BSZ-DonGa,

    hello evry body since two day and i'm trying to make A script for iSnipe Mod nathing works so i want to REQUEST it from the members hire i try those in this mod viewtopic.php?f=40&t=10086 but they are not what i look for, so i hope some one help me and creat one for me for who can help me Send me a massege in my skype plz dmc52004 and thx

    • 4 ответа
    • 189 просмотров
  18. Started by Tonejo-A-,

    Hello gamers, Today I bring you a preview of the mod I'm developing with members of my clan. the mod called zombie mod ramdon weapons. concerned mod?? The mod is based on how infected the main goal is to survive in humans that of the zombies is to kill humans the mod in version 4.0 is the following. Change weapon every 40 sec. A different hud normal. Safe zones in certain maps teleporters to areas outside the map and also traps. safe areas consist of bunkers for which there is only one entry and exit is a flag to take them away from the zombies. protection has doors which can break the zombies. etc. The mod is currently hosted on servers in the TG clan zomb…

    • 22 ответа
    • 1k просмотра
  19. Гость
    Started by Гость,

    Help a newbie please. I want to add to your own script text of the program that would have checked the names of the players are logged. And if the name is matched with the right to me - what the message is printed. I learned how to display text, but do check - not a lack of knowledge of commands.

    • 2 ответа
    • 150 просмотров
  20. Гость
    Started by Гость,

    Where can I find the type of screen? eg (ac130, predator, osprey, thermal, drone) and so on. Sorry for my english (

    • 5 ответов
    • 180 просмотров
    • 1 follower
  21. Started by Aalalex,

    Bringing Custom Killstreaks for iSnipe from IW4M back (some of them) This is a showcase of the mod that I have been working on. Features: - Custom KillStreaks duhhh - KillStreak Adrenaline - KillStreak: Secondary Ammo - KillStreak: 3 Throwing Knifes - KillStreak: Walking AC130 - Choose order of killstreaks - In-Game KillStreak counter - In-Game Weapon Change Note that these killstreaks are only really usefull in an iSnipe mod but hey who knows what the future brings us?! Progress: 3 November 2012 - [iSnipe] Fixed a bug in which the antihs was also used for secondary weapons - Fixed a bug in which players could get infinite throwing knifes.. 2 Octob…

    • 19 ответов
    • 866 просмотров
    • 2 followers
  22. Started by TPawnzer,

    Hi all is there any way to show a hudelement to just 1 player instead of everyone on the server ?

    • 4 ответа
    • 238 просмотров
    • 1 follower
  23. Гость
    Started by Гость,

    is it possible to stick guns in the MapEditor?

    • 10 ответов
    • 364 просмотра
    • 1 follower
  24. Гость
    Started by Гость,

    is there a command "kill a player"?

    • 5 ответов
    • 221 просмотр
  25. Гость
    Started by Гость,

    how i cant send pm with infinity script??? for say i use this Utilities.ExecuteCommand("say string"); plz help

    • 15 ответов
    • 382 просмотра
    • 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.