05.02.2017, 23:14
PHP код:
CMD:subir(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 2.0, x, y, z) && IsPlayerInRangeOfPoint(playerid, 2.0, x2, y2, z2))
{
SetPlayerPos(playerid, x, y, z);
return 1;
}
return 1;
}

