#1

if a player choose a team i want the text

.... id ... has joined team aztecas wat did i frong?

Quote:

if(gTeam[playerid] == TEAM_AZTECAS) {
TextDrawShowForPlayer(playerid,aztecas);
GetPlayerName(playerid, playrname, sizeof(playrname));
format(string, 256, "*** %s(ID: %d) has joined The Aztecas.", playrname, playerid);
SendClientMessageToAll( COLOR_YELLOW, string );
}

i got no errors what did i frong?

it dont working
Reply
#2

'Make a proper subject with a short description, such as 'Gates won't open' or 'Game crashes instantly''
Reply


Forum Jump:


Users browsing this thread: