foward public | stock
#4

Publics and stocks aren't needed most of the time and you can just use a plain function.

pawn Код:
GivePlayerHealth(playerid, Float:amount)
{
    new Float:health;
    GetPlayerHealth(playerid, health);
    SetPlayerHealth(playerid, health + amount);
}
Reply


Messages In This Thread
foward public | stock - by Banditukas - 04.08.2014, 17:01
Re: foward public | stock - by Stanford - 04.08.2014, 17:04
Re: foward public | stock - by Banditukas - 04.08.2014, 17:06
Re: foward public | stock - by SickAttack - 04.08.2014, 17:09
Re: foward public | stock - by SanAndreasMP - 04.08.2014, 17:10
Re: foward public | stock - by Dignity - 04.08.2014, 17:15
Re: foward public | stock - by ViniBorn - 04.08.2014, 17:27
Re: foward public | stock - by SanAndreasMP - 04.08.2014, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)