07.09.2010, 16:41
Add this to the top of your script next to your other definitions
and instead of
use
That should do the trick! (credits to ****** of course
Код:
#define INFINITY (Float:0x7F800000)
Код:
SetPlayerHealth(playerid, 100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000); SetPlayerArmour(playerid, 100000001000000010000000100000001000000010000000100000001000000010000000100000001000000010000000);
Код:
SetPlayerHealth(playerid, INFINITY); SetPlayerArmour(playerid, INFINITY);
![Smiley](images/smilies/smile.png)