30.09.2012, 22:03
what this script is suposed to do
normy it set all player markers to Green for playerid right ?
Код:
if (GetPlayerTeam(playerid) == 30) { for(new i = 0; i < MAX_PLAYERS; i++) { SetPlayerMarkerForPlayer(playerid,i, GREEN1 ); } return 1; }