Search found 241 matches

by Mahi
Wed Aug 29, 2012 9:55 pm
Forum: Plugin Development Support
Topic: Basic script help
Replies: 22
Views: 19680

userid = GameEvent.GetInt('userid') player = Player.EdictOfUserid(userid) index = Engine.IndexOfEdict(player) This part really stresses me, if we're actually never going to use userid or player, why not just have a single function GetIndex('userid')? Even if it was s...

Go to advanced search