26.11.2013, 06:52
Try:
Код:
if(strcmp(cmdtext, "/ent") == 0) if(IsPlayerInRangeOfPoint(playerid, 5, 365.7158, -9.8873, 1001.8516)) { SetPlayerPos(playerid, 1021.908203,-3542.132324,4.277190); SetPlayerInterior(playerid, 9); return 1; }