/sethp CMD +REP
#1

I Have This Command :

Код:
CMD:sethp(playerid, params[])
{
	new bet;
	if(sscanf(params, "i", bet)) return SCM(playerid, -1, "USAGE:/sethp (hp).");
	new string [128];
	format(string, sizeof(string), "Your Hp Has Been Setten To %i",bet);
	SCM(playerid, -1, string);
	SetPlayerHealth(playerid , bet);
	return 1;

}
How I Can Do It Can Used Only In Four Dragons Casino?
Reply


Messages In This Thread
/sethp CMD +REP - by Osamakurdi - 04.01.2018, 08:47
Re: /sethp CMD +REP - by FailerZ - 04.01.2018, 08:56
Re: /sethp CMD +REP - by Bolex_ - 04.01.2018, 09:03
Re: /sethp CMD +REP - by Osamakurdi - 04.01.2018, 09:05
Re: /sethp CMD +REP - by Osamakurdi - 04.01.2018, 09:07
Re: /sethp CMD +REP - by Osamakurdi - 04.01.2018, 09:13
Re: /sethp CMD +REP - by Dayrion - 04.01.2018, 09:29
Re: /sethp CMD +REP - by Osamakurdi - 04.01.2018, 09:39
Re: /sethp CMD +REP - by JaKe Elite - 04.01.2018, 10:40
Re: /sethp CMD +REP - by Osamakurdi - 04.01.2018, 11:52

Forum Jump:


Users browsing this thread: 1 Guest(s)