slowly increase health
#1

I am currently setting the players health to 29 .
I want to slowly increase the players 29 not give it all at once.

{
new Float:Health;
GetPlayerHealth(playerid, Health);
SetPlayerHealth(playerid, Health+29);
SetPlayerWeather(playerid, -66);
PlantedWeed[playerid]-=1;
UsedWeed[playerid] = 1;
wBusy[playerid] = 1;
SetTimerEx("ClearDrugs", 60000*2, false, "d", playerid);
Reply


Messages In This Thread
slowly increase health - by Swisher - 06.02.2014, 12:39
Re: slowly increase health - by Don_Cage - 06.02.2014, 12:44
Re: slowly increase health - by Swisher - 06.02.2014, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)