A /heal command.
#4

pawn Код:
CMD:heal( playerid, params[ ] )
{
     SetPlayerHealth(playerid, 100.0);
     GivePlayerMoney(playerid, -500);
     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: 1 Guest(s)