27.11.2017, 20:40
PHP код:
new Float:health[MAX_PLAYERS];
GetPlayerHealth(playerid, health[playerid]);
//format
//textdraw
Quote:
|
*Even though the health can be set to near infinite values on the server side, the individual clients will only report values up to 255. Anything higher will wrap around; 256 becomes 0, 257 becomes 1, etc. |
There's a large red box, you should read that.
