Can someone teach me this.
#3

And use Zcmd instead.
pawn Код:
CMD:heal(playerid, params[])
{
    if(!IsPlayerInRangeOfPoint(playerid, 10, 1212.258, -1326.565, 15.0) return SendClientMessage(playerid, -1, "You should be near hospital to use this command.");
    SetPlayerHealth(playerid, 100.0);
    return 1;
}
Reply


Messages In This Thread
Can someone teach me this. - by kingcrome - 30.10.2014, 16:47
Re: Can someone teach me this. - by M4D - 30.10.2014, 17:02
Re: Can someone teach me this. - by Rudy_ - 30.10.2014, 17:06

Forum Jump:


Users browsing this thread: 1 Guest(s)