Helt removing
#1

Is there a function which removes only one helt(or random)?
Reply
#2

Made a simple stock for you, sample of use: RemovePlayerHealth(playerid, 10); decrease the player's health by 10

pawn Код:
stock RemovePlayerHealth(playerid, value) {
  new Float:Health; GetPlayerHealth(playerid, Health); SetPlayerHealth(playerid, Health-value);
}
Reply
#3

Can you explain more I can't understand you?
Reply
#4

pds2k12 thank you.This is what i want.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)