11.08.2011, 14:31
Using zcmd now..
Didn't get any messages.
Код:
COMMAND:exit(playerid,params[]) { print("/exit command activated!"); if(IsPlayerInRangeOfPoint(playerid, 2.0, 246.2732, 112.0255, 1003.2188)) { print("Teleporting..."); SetPlayerPos(playerid, 290.7193, -1618.0544, 33.1547); SetPlayerInterior(playerid, 0); } return 1; }