Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Threaded Mode
how to - health now SetPlayerhealth
SwisherSweet
Huge Clucker
Posts: 493
Threads: 25
Joined: Sep 2012
Reputation:
0
#1
26.08.2013, 00:48
how do i minus a player's health now SetPlayerhealth?
Find
Reply
dowster
Gangsta
Posts: 631
Threads: 58
Joined: Jun 2010
Reputation:
0
#2
26.08.2013, 00:54
You will want to get the player's health value by using GetPlayerHealth(playerid, health), subtract the returned value, and then pass that into SetPlayerHealth(playerid, health).
References:
https://sampwiki.blast.hk/wiki/GetPlayerHealth
https://sampwiki.blast.hk/wiki/SetPlayerHealth
Find
Reply
Vanter
Huge Clucker
Posts: 391
Threads: 25
Joined: Jul 2013
Reputation:
0
#3
26.08.2013, 01:06
SetPlayerHealth(playerid, GetPlayerHealth(playerid)-10);
-10 -123132 012313y1328713y use any number
Find
Reply
dowster
Gangsta
Posts: 631
Threads: 58
Joined: Jun 2010
Reputation:
0
#4
26.08.2013, 01:08
Quote:
Originally Posted by
Vanter
SetPlayerHealth(playerid, GetPlayerHealth(playerid)-10);
-10 -123132 012313y1328713y use any number
This method will not work due to GetPlayerHealth not actually returning other than fail/success boolean.
See:
https://sampwiki.blast.hk/wiki/GetPlayerHealth
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help