16.09.2012, 11:02
WTF THomas this is wrong (Why under OnGameModeInit)
PHP код:
public OnPlayerUpdate(playerid)
{
if(IsPlayerInRangeOfPoint(playerid,YourRange, Your X Cord,Your Y Cord, Your Z Cord))
{
SetPlayerPos(playerid, CORDS);
SetPlayerInterior(playerid, INTERIORID);
SetPlayerVirtualWorld(playerid,YourWorld); //Only if you want
}
return 1;
}