26.06.2011, 15:59
- Did you try a different spawn location? (Change your coordinates and try.)
- Instead of SetPlayerHealth(playerid, 99999); Use this: SetPlayerHealth(playerid, 0x107FFF);
Or you can do it this way: On top of your script:
#define iFloat 0x107FFF
then,
SetPlayerHealth(playerid, iFloat);
Thats all i can suggest ATM.
- Instead of SetPlayerHealth(playerid, 99999); Use this: SetPlayerHealth(playerid, 0x107FFF);
Or you can do it this way: On top of your script:
#define iFloat 0x107FFF
then,
SetPlayerHealth(playerid, iFloat);
Thats all i can suggest ATM.