Big MoveObject.
#6

You can't use a print instead a for.
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");
}
https://sampwiki.blast.hk/wiki/SetTimerEx
Reply


Messages In This Thread
Big MoveObject. - by Super_Panda - 30.10.2011, 14:07
Re: Big MoveObject. - by SuperViper - 30.10.2011, 14:17
Re: Big MoveObject. - by Stigg - 30.10.2011, 14:19
Respuesta: Big MoveObject. - by Super_Panda - 30.10.2011, 14:25
Respuesta: Big MoveObject. - by Super_Panda - 30.10.2011, 15:01
Re: Big MoveObject. - by Ricop522 - 30.10.2011, 15:14

Forum Jump:


Users browsing this thread: 5 Guest(s)