31.01.2011, 23:01
You are using if statements wrong.
pawn Код:
if(Score < 11)
return GameTextForPlayer(playerid, "~b~You need atleast~n~~g~10 ~b~score to join this skill", 3000, 5);
else
{
gTeam[playerid] = TEAM_DONUTSTEALRT;
return 1;
}