12.07.2011, 12:42
pawn Код:
CMD:stunt(playerid, params[])
{
new name[24], string[56];
new Float:armour;
GetPlayerArmour(playerid, armour);
GetPlayerHealth(playerid,health);
SetPlayerHealth(playerid,100000);
SetPlayerArmour(playerid,100000);
CMD:dm(playerid, params[])
{
new name[24], string[56];
new Float:armour;
SetPlayerArmour(playerid, armour);
SetPlayerHealth(playerid,health);
^pl0x help....