31.08.2011, 22:05
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
// Set their team number based on the class they selected.
if(classid == 0)
{
gTeam[playerid] = TEAM_STARS;
}
return 1;
}
Quote:
This forum requires that you wait 120 seconds between posts. Please try again in 23 seconds. |