18.02.2012, 15:47
Try with this
And
If this is helpfull just +1 rep :$
pawn Код:
SetPlayerHealth(playerid, 9999.9);
SetPlayerArmour(playerid, 9999.9);
pawn Код:
public God(playerid)
{
SetPlayerHealth(playerid, 9999.9);
SetPlayerArmour(playerid, 9999.9);
return 1;
}
