23.08.2009, 18:02
Quote:
Originally Posted by Compton's Eazy E (Eazyrp.tk)
IDK if this can help with the warning but try putting:
Код:
if(classid == 0) { GameTextForPlayer(playerid, "~r~ Terrorist", 9000, 3); Team[playerid] = TEAM_1; } else if(classid == 1, 3) { GameTextForPlayer(playerid, "~b~ Bodyguard", 9000, 3); Team[playerid] = TEAM_2; } else if(classid == 2) { GameTextForPlayer(playerid, "~b~ President", 9000, 3); Team{playerid} = TEAM_3; } |
![Sad](images/smilies/sad.gif)
![smiley](images/smilies/question.gif)