03.07.2014, 12:17
Quote:
Mind explaining how < and > eliminated the need for if statements? I'd like to know...
|
Code:
public OnPlayerRequestClass(playerid, classid) { if(classid < 10) PlayerClass[playerid] = CITIZEN; else PlayerClass[playerid] = TERRORIST; }
Very first gamemode, worst code in the entire file, good days when scripting was something new and intresting: https://docs.******.com/document/d/1...it?usp=sharing