help gives one warning...
#2

If you used the wiki you'd realise that's not how GetPlayerHealth works.

https://sampwiki.blast.hk/wiki/GetPlayerHealth

GetPlayerHealth(playerid,Float:health);

So you'd have to use:

New Float:Health;
GetPlayerHealth(playerid, Health);
if(Health == 0) //blah
Reply


Messages In This Thread
help gives one warning... - by [GF]sIdEkIcK - 12.07.2009, 23:11
Re: help gives one warning... - by Weirdosport - 12.07.2009, 23:14
Re: help gives one warning... - by [GF]sIdEkIcK - 12.07.2009, 23:15
Re: help gives one warning... - by Klutty - 12.07.2009, 23:16
Re: help gives one warning... - by Weirdosport - 12.07.2009, 23:17
Re: help gives one warning... - by [GF]sIdEkIcK - 12.07.2009, 23:30

Forum Jump:


Users browsing this thread: 1 Guest(s)