26.08.2011, 16:44
Quote:
Maybe you put the wrong coordinates.
Try this and check If you're not on the coordinates client send you this: Yes wrong coordinates Код:
if(strcmp(cmd, "/enter", true) == 0) { if(!IsPlayerInRangeOfPoint(playerid,2,1554.6105,-1675.4493,16.1953)) return SendClientMessage(playerid, -1,"Yes wrong coordinates"); SetPlayerPos(playerid,246.7302,107.6626,1003.2188) SetPlayerInterior(playerid,3); return 1; } |
anyone else?