Help needed
#2

first you should be getting syntax error for that
Код:
if(PlayerClass[playerid] = AIR_TROOPER)
Correct it to
Код:
if(PlayerClass[playerid] == AIR_TROOPER)
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
Reply


Messages In This Thread
Help needed - by Uvais - 26.10.2017, 13:08
Re: Help needed - by FailerZ - 26.10.2017, 13:52
Re: Help needed - by Uvais - 26.10.2017, 14:02
Re: Help needed - by FailerZ - 26.10.2017, 14:15
Re: Help needed - by Uvais - 26.10.2017, 14:19
Re: Help needed - by FailerZ - 26.10.2017, 14:25
Re: Help needed - by Uvais - 26.10.2017, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)