01.03.2019, 08:47
So why not use the code above?
You have to type /enter and it should work fine, if you are at the right position!
PHP код:
CMD:enter(playerid, params[])
{
if(!IsPlayerInRangeOfPoint(playerid, 7.0, 2410.7625,22.7374,318.7558)) return SendClientMessage(playerid, -1, "You are not near the door!");
SetPlayerPos(playerid, 2617.1079,62.8777,256.7219);
return 1;
}