26.10.2017, 13:52
first you should be getting syntax error for that
Correct it to
Second, When the player is selecting the class you should set the variable of PlayerClass for the player to AIR_TROOPER so double check it.
And also make sure if you have your class defines it doesn't have the same value
Код:
if(PlayerClass[playerid] = AIR_TROOPER)
Код:
if(PlayerClass[playerid] == AIR_TROOPER)
And also make sure if you have your class defines it doesn't have the same value