A /heal command.
#3

Do you mean like a function?
pawn Код:
stock HealPlayer( playerid )
{
    SetPlayerHealth( playerid, 100.0 );
    GivePlayerMoney( playerid, -3000 );
    return 1;
}
pawn Код:
CMD:heal( playerid, params[ ] )
{
    HealPlayer( playerid );
    return 1;
}
Reply


Messages In This Thread
A /heal command. - by Sting. - 16.11.2012, 19:17
Re: A /heal command. - by Lean - 16.11.2012, 19:22
Re: A /heal command. - by Konstantinos - 16.11.2012, 19:26
Re: A /heal command. - by Lean - 16.11.2012, 19:30
Re: A /heal command. - by Abreezy - 16.11.2012, 19:36
Re: A /heal command. - by Anthony © - 16.11.2012, 19:48
Re : Re: A /heal command. - by Konstantinos - 16.11.2012, 19:56
Re: A /heal command. - by MatZZPL - 16.11.2012, 20:12
Re: Re : Re: A /heal command. - by Anthony © - 16.11.2012, 21:14
Re: A /heal command. - by Sting. - 17.11.2012, 03:28

Forum Jump:


Users browsing this thread: 3 Guest(s)