Script Releases
Released versions of IW5M/InfinityScript modifications are posted here.
26 тем в этом разделе
-
feature : - walking ac130 8-) Known bugs : - sometimes you get no weapon at startup just goto Change class then select Any Class then you will get it to work Source Code :!: : using System; using System.Collections.Generic; using System.Linq; using System.Text; using InfinityScript; namespace ac130 { public class ac130 : BaseScript{ private HudElem info; public List PlayerStop = new List(); public bool Ammo(Entity player, int amount) { if (PlayerStop.Contains(player.GetField("name"))) return false; var wep = player.CurrentWeapon; player.Call("setweaponammocl…
-
- 11 ответов
- 2k просмотров
- 2 followers
-