21.02.2015, 12:58
Quote:
|
Use SetPlayerHealth to set a player's health, if you wan't to apply damage, use GetPlayerHealth.
pawn Код:
|
Код:
SetPlayerHealth(playerid, health - 90.0);
|
Use SetPlayerHealth to set a player's health, if you wan't to apply damage, use GetPlayerHealth.
pawn Код:
|
SetPlayerHealth(playerid, health - 90.0);