How To Make Heal command?
#7

pawn Код:
if (strcmp)("/Medkit", cmdtext, true, 7) == 0)
{
if(GetPlayerMoney(playerid) < 1000) return SendClientMessage(playerid, COLOR_RED, "ERROR : You dont have enough money!");
{
GivePlayerMoney(playerid, -1000);
SetPlayerHealth(playerid,100);
}
return 1;
}
Reply


Messages In This Thread
How To Make Heal command? - by Roomeo - 09.03.2011, 13:43
Re: How To Make Heal command? - by Stigg - 09.03.2011, 13:45
Re: How To Make Heal command? - by Roomeo - 09.03.2011, 13:47
Re: How To Make Heal command? - by Stigg - 09.03.2011, 13:49
Re: How To Make Heal command? - by Roomeo - 09.03.2011, 13:51
Re: How To Make Heal command? - by Stigg - 09.03.2011, 13:52
Re: How To Make Heal command? - by Markx - 09.03.2011, 13:53
Re: How To Make Heal command? - by Roomeo - 09.03.2011, 13:54
Re: How To Make Heal command? - by Markx - 09.03.2011, 13:54

Forum Jump:


Users browsing this thread: 1 Guest(s)