01.11.2014, 22:01
Why's this command not working? I'm pretty sure it's all correct.
pawn Код:
CMD:enter(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 2.0, 100,626.9647,-571.8541,17.9207,91.3678,0,0,0,0,0,0))
{
SetPlayerPos(playerid, 247.0330,65.7600,1003.6406);
SetPlayerInterior(playerid, 6);
SetPlayerVirtualWorld(playerid, 5);
}
if(IsPlayerInRangeOfPoint(playerid, 2.0, 100,626.9647,-571.8541,17.9207,91.3678,0,0,0,0,0,0))
{
SetPlayerPos(playerid, 247.0330,65.7600,1003.6406);
SetPlayerInterior(playerid, 6);
SetPlayerVirtualWorld(playerid, 5);
}
return 1;
}