Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
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"); } }); } }