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

    how do i execute a console command on C#? obs: i want to execute it on the server.

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

    What's the problem? using System; using System.Collections.Generic; using System.Linq; using System.Text; using InfinityScript; namespace zm { public class ZombieMod : BaseScript { entity.SpawnedPlayer += new Action(() => { if (entity.GetField("sessionteam") == "axis") { entity.Call("visionsetnakedforplayer", "ac130_thermal_mp", 0); entity.Call("ThermalVisionFOFOverlayOn"); } }); } }

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

    I tried re-compiling the source with the updated InfinityScript and am getting some errors with the following: public static unsafe int Gravity public static unsafe int Speed public static unsafe float JumpHeight These appear down near the bottom. Any ideas on a fix? NOTE TO MODERATOR: Sorry for the double-post, just scratch the post in the [RELEASE] thread.

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

    Hello, im having a bit of a trouble getting infected gamemode to run on my server... first off, i dont want first infected to spawn with a scar-l, i want it to spawn normally with a usp no ammo and knife second, normal zombies also have guns (fmg9 reflex), instead of a usp without ammo and knife third, survivors weapon is a spas12 with silencer, i want to change that to P90 + ACR ty for any help.

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

    whether you can make do with another color nickname admin chat and player list? Sorry for my english :|

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

    Possible? ESP wh for zombies? Sorry for my english)

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

    I'm running momo5502's Welcome Message==>http://fourdeltaone.net/forum/viewtopic.php?f=40&t=10822 I want to place the icon at the bottom right-hand corner of the screen. The source for the placement looks like this: //Icon var icon = HudElem.CreateIcon(entity, config[3], 60, 60); icon.SetPoint("CENTER", "CENTER", 0, 30); icon.Alpha = 1; Now am I right in thinking I need to change the ... 0, 30); to something like ... 1200, 944); ?? Then I want it to stay there throughout the duration of a given map but I don't know how to do that part either. :mrgreen: Or maybe my guessing i…

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

    Hello, i'm making a shop script for my server but the cash seems to be shared to everyone in the server, how do i fix that? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using InfinityScript; namespace HUD { public class hud : BaseScript { private int cash; private HudElem cashtxt; public hud() : base() { PlayerConnected += new Action(entity => { createPlayerHud(entity); }); } private void createPlayerHud(Entity player) { HudElem wep = HudElem.CreateFontString(player, "hudSmall", …

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

    i can't find MapEdit thing anywhere on the forum anymore, i found it before but i lost it. Could anyone please give me the link to it?

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

    Zombies hit the bug and he can not get out from there. He will prescribe "!suicide". There is? Sorry for my english (

    • 23 ответа
    • 668 просмотров
    • 1 follower
  11. Started by ***USA***MOOSA,

    I need a code or plug that disables the chat of a player... with like this commands: !block !unblock

    • 11 ответов
    • 394 просмотра
    • 1 follower
  12. Started by zxz0O0,

    Lol I am working on exactly the same and almost done.

    • 25 ответов
    • 960 просмотров
    • 2 followers
  13. Started by -BSZ-DonGa,

    Hello Evry One; is There Any Good Mod of Sniper because i test those in the form and thay didn't get what i whant So can any one Give me a good Script or Any Thing Could Help ME And Thx answer Fast plz Sorry For BAD EnGLISH XD

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

    I'm trying to make a mod which you can do sorts of funny stuff with chat commands. but i got a problem when i tried to do some commands like norecoil toggle and infinite equipment ammo toggle. norecoil just goes away after a few shots and inf equip doest work heres the code: 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", "Lol"); }); } public override void OnSay(Entity pla…

    • 6 ответов
    • 370 просмотров
  15. Гость
    Started by Гость,

    Where I can get the source or the script compiled? I just want atleast the source, I know it isn't working anymore. But I want it anyway, someone can help me? Sorry for my English...

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

    how can I change these values ​​in my script? player.call () but dont know the dvar to do this I tried to use invisible "rollthedice" but does not work can someone help me?

    • 2 ответа
    • 183 просмотра
  17. Started by ***USA***MOOSA,

    i need to plug that change teams name.

    • 14 ответов
    • 545 просмотров
  18. Started by --T@K--ICEBOY,

    hey guys i want to disabe auto sign but i don't know that.. can someone help thanx in advance

    • 2 ответа
    • 120 просмотров
    • 1 follower
  19. Started by .:SeAls:Slammer,

    who can pass me updated mapedit.dll

    • 2 ответа
    • 163 просмотра
  20. Started by qloud,

    Is it possible to make a mod where I am able to enter spectator team with a click of a button, go where I want, then press that same button again and appear there?

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

    someone know a way to do a script for unlimited knife and nades ?? thanks.

    • 3 ответа
    • 252 просмотра
    • 1 follower
  22. Started by --T@K--ICEBOY,

    can anyone tell how can i make reaper mod like ac130 i hv the source of the ac130 mod i just want that what i hv to put in like entity.GiveWeapon("ac130_25mm_mp"); < this is of ac130 what is of reaper

    • 18 ответов
    • 586 просмотров
    • 2 followers
  23. I see in many mods they are using MW3 models. For eg: weapon_scavenger_grenadebag, projectile_us_smoke_grenade etc. Indeed I can find these model names using google [ http://pastebin.com/54RQ0et7 ] But I would like to know how do you proceed if you have to find out these models yourself. The tool you use or may be some little code. :ugeek:

    • 11 ответов
    • 418 просмотров
  24. Started by zxz0O0,

    I created a Hide & Seek mod for IW5M. If you don't know Hide & Seek at all you can watch a gameplay video of the mod from MW2 here: All maps supported in IW5M are supported in this mod, however some maps (ex. mp_cement, mp_aground_ss) are not recommend to play with this mod as they only offer a few models to hide as. Here is a quick video: I am looking for someone to host a beta version on a dedicated server before release. If you are interested please write below. Thanks to jeremych I was allowed to set up a server on his VPS. If anyone wants to try out the mod, the server name is jeremych - Hide & Seek I would be glad if you would repor…

    • 34 ответа
    • 1,4k просмотров
    • 2 followers
  25. Started by LE3*,

    The pic will explain every thing i just want to add some messages in my server

    • 6 ответов
    • 416 просмотров
    • 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.