26.10.2017, 13:59
Quote:
|
as i said i don't want to remake it again and again i just wanna get their team like using GetPlayerTeam as same as we do GetPlayerName and just type %s for it i want same thing with the gang thing too
your script is really good but that's what i want: PHP код:
|
Код:
new gname[10]; if(gTeam[playerid] == 0) format(gname, sizeof(gname), "BALLAS"); else if(gTeam[playerid] == 1) format(gname, sizeof(gname), "GROVE"); else if(gTeam[playerid] == 2) format(gname, sizeof(gname), "VAGOS"); else if(gTeam[playerid] == 3) format(gname, sizeof(gname), "AZTECAS");


