SetPlayerWorldBounds Problem
#4

This will disable all world bounds for one player, (i dont realy get what u mean i think)
pawn Код:
SetPlayerWorldBounds(playerid,20000.0000, -20000.0000, 20000.0000, -20000.0000);
If you wana dsable it for a certain team do somethng like this,
pawn Код:
for(new i;i<=MAX_PLAYERS;i++)
{
    if(GetPlayerTeam(i) == TEAM_SWAT)
    {
        if(!IsPlayerConnected(i))continue;
        SetPlayerWorldBounds(i,20000.0000, -20000.0000, 20000.0000, -20000.0000);
    }
}
Reply


Messages In This Thread
SetPlayerWorldBounds Problem - by Kitten - 25.08.2010, 00:06
Re: SetPlayerWorldBounds Problem - by iggy1 - 25.08.2010, 00:11
Re: SetPlayerWorldBounds Problem - by Kitten - 25.08.2010, 00:15
Re: SetPlayerWorldBounds Problem - by iggy1 - 25.08.2010, 00:24
Re: SetPlayerWorldBounds Problem - by Kitten - 25.08.2010, 00:32

Forum Jump:


Users browsing this thread: 1 Guest(s)