01.09.2010, 09:16
Why whenever I try to enter the building I teleport somewhere in the air?
Is there something wrong with my script or what?
This is my script:

Is there something wrong with my script or what?
This is my script:
Код:
if (strcmp("/enter", cmdtext, true, 6) == 0) { if(IsPlayerInRangeOfPoint(playerid,10,1832.8851,-1842.6815,13.5781)) { SetPlayerPos(playerid,-32.6662,-78.5870,1003.5469); return 1; } //other enter commands go here..... }

