Where should I put something like this?
#1

Where should I put something like this? On what callback?

Quote:

new Float:health;
GetPlayerHealth(playerid,health);
if (health < 5.0 || health > 0.0)
{
SetPlayerHealth(playerid,0);
return 1;
}
Thanks
Reply


Messages In This Thread
Where should I put something like this? - by FreeSoul - 17.06.2009, 07:12
Re: Where should I put something like this? - by Grim_ - 17.06.2009, 07:17
Re: Where should I put something like this? - by BMUK - 17.06.2009, 07:19
Re: Where should I put something like this? - by shitbird - 17.06.2009, 07:21
Re: Where should I put something like this? - by Grim_ - 17.06.2009, 07:25
Re: Where should I put something like this? - by BMUK - 17.06.2009, 07:25
Re: Where should I put something like this? - by shitbird - 17.06.2009, 07:28
Re: Where should I put something like this? - by FreeSoul - 17.06.2009, 08:35
Re: Where should I put something like this? - by SiJ - 17.06.2009, 09:01

Forum Jump:


Users browsing this thread: 1 Guest(s)