SA-MP Forums Archive
Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help (/showthread.php?tid=114224)



Help - GangMember211 - 18.12.2009

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


Re: Help - Woet - 18.12.2009

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