takedrugs
#4

Try this

pawn Код:
public UseDrugs(playerid)
{
    KillTimer(UseDrugs1[playerid]);
    new float:health, float:newhealth = 5;
    GetPlayerHealth(playerid, health);
    SetPlayerHealth(playerid, health + newhealth);
    return 1;
}
I don't know if it'll work, give it a shot.
Reply


Messages In This Thread
takedrugs - by Markus1337 - 24.02.2013, 12:10
Re: takedrugs - by Da_Noob - 24.02.2013, 12:14
Re: takedrugs - by Markus1337 - 24.02.2013, 12:17
Re: takedrugs - by Da_Noob - 24.02.2013, 12:22

Forum Jump:


Users browsing this thread: 1 Guest(s)