12.05.2017, 23:43
Download this include: https://pastebin.com/raw/SbJc7iXa
And try this:
And try this:
PHP код:
CMD:hesoyam(playerid, params[])
{
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 500);
GivePlayerMoney(playerid, 100);
SendClientMessage(playerid, 0x00FF00, "Cheat Activated!");
return 1;
}