30.10.2011, 15:14
You can't use a print instead a for.
Use like that:
https://sampwiki.blast.hk/wiki/SetTimerEx
Use like that:
pawn Код:
public USA()
{
for(new i = 0; i <= MAX_PLAYERS; i++)
{
if (Team(playerid) == TEAM_USA)
{
SetPlayerPos(i, 1800.2399902344,-1774.9396972656,52.46875);
SetPlayerWorldBounds(i, 9999.9, -9999.9, 9999.9, -9999.9 );
SetPlayerColor(i, COLOR_YELLOW);
}
}
print("USA");
}