10.03.2014, 20:50
Код:
CMD:exit(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid,3.0,246.3760,109.2460,1003.2188)) //City Hall
{
SetPlayerVirtualWorld(playerid, 0);
SetPlayerPos(playerid,-207.2261,1077.2693,20.5992);
}
return 1;
}
If worked.

