18.12.2009, 09:14
if a player choose a team i want the text
.... id ... has joined team aztecas wat did i frong?
i got no errors what did i frong?
it dont working
.... 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 ); } |
it dont working