-
-
Trickshot mods and iSnipe
Someone has been on my server... Anyways I am working on iSnipe.
-
[Help]Can I set player's control botton on match?
that's obviously not going to work. you should probably be using notifyonplayercommand
-
giveammo help please!
That's obviously not an option since OnSay gets called every time a new message is sent so int i will be reset all the time. You can, however, control this with a player field.
-
iSnipeIW5
I have a version of iSnipe laying around with many features from the old iSnipe like the one you asked for (weapon swap on a hotkey, custom killstreaks and all that fancy stuff). I just haven't had the time to release it yet. I'll do it soon though
-
help error
I already know that! I don `t know what arguments it is necessary there to write! If you can't even figure this out, you shouldn't be doing any of this.
-
help error
- Do We Have Bots Mod For IW5M?
Yes you can use bots in your scripts. I have to warn you though: they are retarded- help error
Isn't it obvious? The function requires more than one argument.- T5M or pT5?
- [release] Some useful scripts for promod
You got my name wrong- SimCity (2013)
I don't get how EA hasn't learned from all those other mistakes in the past. But again....release day....servers not working -_________-- (help) pls help in this code
Actually, I do. But it doesn't make a difference here.- (help) pls help in this code
thought it was a parameter...my bad lol EDIT: Wait a second it is a parameter. I was correct.- (help) pls help in this code
Here you go: using System; using System.Collections.Generic; using System.Linq; using System.Text; using InfinityScript; namespace LE3 { public class Learn2Code : BaseScript { public Learn2Code() :base() { PlayerConnected += new Action(entity => { entity.OnNotify("weapon_change", (player, weap) => { if (weap.ToString() == "briefcase_bomb_mp") { Call("PlaySoundAtPos", entity.Origin, "mp_bomb_plant"); } }); }); } } } Remember that we won't write everything out for you. You need to learn it yourself- What do you know about the person above you?
Dutch fella. Seems like a nice guy! - Do We Have Bots Mod For IW5M?
Важная информация
Используя этот сайт, вы соглашаетесь Условия использования.