04.01.2018, 08:47
I Have This Command :
How I Can Do It Can Used Only In Four Dragons Casino?
Код:
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;
}



i Give This Example instead of my original code