01.03.2011, 21:19
Im trying to put /enter while on the range point and then I put /enter and it doesnt teleport ![Sad](images/smilies/sad.gif)
![Sad](images/smilies/sad.gif)
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp("/enter",cmdtext)) if(IsPlayerInRangeOfPoint(playerid, 3.0, 2935.96, 1842.19, 15.80)) { SetPlayerPos(264.78, 77.62, 1001.04,0.06); return 1; } return 0; }