21.02.2011, 15:33
You understood me wrong (as I explained wrong). I meant you can't just do 'new strng[50] = "blahblah";'. If you do that, the string you enter needs to be exactly the size you declared as [50]...
And about that statement... Use strcmp.
Код:
if(PlayerInfo[playerid][Class1] == "1")
pawn Код:
if(!strcmp(PlayerInfo[playerid][Class1],"1",false))