25.11.2016, 21:44
Quote:
|
Код:
CMD: testing(playerid, params[])
{
if(IsPlayerInRangeOfPoint(playerid, 5, 2102.4290, 2257.4309, 11.0234)) //(playerid, id, x, y, z)
{
ShowModelSelectionMenu(playerid, skinlist, "skins");
}
else
{
SendClientMessage(playerid, 0xFF3333FF, "Error");
}
return 1;
}
![]() |
PHP код:
if(IsPlayerInRangeOfPoint(playerid, 5, 2102.4290, 2257.4309, 11.0234) || IsPlayerInRangeOfPoint(playerid, 5, 2368.8657, 1983.3940, 10.8203))



