Script Development
Help and requests for InfinityScript development.
245 тем в этом разделе
-
how do i execute a console command on C#? obs: i want to execute it on the server.
-
- 7 ответов
- 354 просмотра
- 1 follower
-
-
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"); } }); } }
-
- 4 ответа
- 141 просмотр
- 1 follower
-
-
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.
-
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 просмотров
-
-
whether you can make do with another color nickname admin chat and player list? Sorry for my english :|
-
-
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…
-
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
-
-
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 просмотра
-
-
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
-
-
I need a code or plug that disables the chat of a player... with like this commands: !block !unblock
-
- 11 ответов
- 394 просмотра
- 1 follower
-
-
Lol I am working on exactly the same and almost done.
-
- 25 ответов
- 960 просмотров
- 2 followers
-
-
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 просмотра
-
-
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…
-
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 просмотров
-
-
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?
-
-
hey guys i want to disabe auto sign but i don't know that.. can someone help thanx in advance
-
- 2 ответа
- 120 просмотров
- 1 follower
-
-
-
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
-
-
someone know a way to do a script for unlimited knife and nades ?? thanks.
-
- 3 ответа
- 252 просмотра
- 1 follower
-
-
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
-
-
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 просмотров
-
-
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
-
-
The pic will explain every thing i just want to add some messages in my server
-
- 6 ответов
- 416 просмотров
- 1 follower
-