02.04.2018, 11:34
Like this maybe? Wtf is that position 10, 99998888888 ?
PHP код:
else if(IsMedic(playerid))
{
if(!IsPlayerInRangeOfPoint(playerid, 10, 1252.2406,321.0259,-11.7422)) return SendClientMessage(playerid, COLOR_GREY, "You aren't near your locker.");
{
SSSShowDialog(playerid, 57);
}
else if(!IsPlayerInRangeOfPoint(playerid, 10, 99998888888) return SendClientMessage(playerid, COLOR_GREY, "You aren't near your locker.");
{
SSSShowDialog(playerid, 57);
}
}