12.05.2017, 04:29
i have this command
but not work
when i add this weapon-config.inc
to my gamemode
PHP код:
if (strcmp("/HESOYAM", cmdtext, true, 10) == 0) // Health, Armour, +$100
{
SetPlayerHealth(playerid, 100.0); << not work
SetPlayerArmour(playerid, 500);
GivePlayerMoney(playerid, 100);
SendClientMessage(playerid,green,"Cheat Activated!");
return 1;
}
when i add this weapon-config.inc
to my gamemode