21.02.2010, 21:32
Hello,
Im wanting to increase a players health by 5,
How would i do that?
Im wanting to increase a players health by 5,
How would i do that?
SetPlayerHealth(playerid, +5);
Originally Posted by RoamPT
Don't know, maybe(not sure lol):
pawn Код:
|
Originally Posted by RoamPT
Hm i guess it isn't possible then.
|
new
Float:health;
GetPlayerHealth(playerid, health);
SetPlayerHealth(playerid, floatround(health) + 5);
Originally Posted by Don Correlli
pawn Код:
|
Originally Posted by Rizard
auch anyway, cause, that's kinda what I posted
|
Originally Posted by Rizard
wait I notice something (shit it's late) is the floatround realy needed?
|