24.01.2012, 14:57
Oke thnx for all help, the dialogs are done*
But what about this:
I mean, how to set the player to gTeam when the player select the Usa team in the dialog??
But what about this:
pawn Code:
SetPlayerToTeamColour(playerid)
{
if(gTeam[playerid] == TEAM_USA)
{
SetPlayerColor(playerid,COLOR_BLUE);
}
return 1;
}
