25.08.2010, 00:06
(
Последний раз редактировалось Kitten; 24.11.2013 в 05:01.
)
Solved
Originally Posted by sa-mp wiki
Note: You can reset the player world bounds by setting the parameters to 20000.0000, -20000.0000, 20000.0000, -20000.0000.
|
SetPlayerWorldBounds(playerid,20000.0000, -20000.0000, 20000.0000, -20000.0000);
SetPlayerWorldBounds(playerid,20000.0000, -20000.0000, 20000.0000, -20000.0000);
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);
}
}