5 errors for a 10 letter line??
#4

If you would make an incudefile with a function like this in it, it would be a lot easier:
pawn Код:
stock GivePlayerHealth(playerid, ammount)
{
    new Float:phealth;
    GetPlayerHealth(playerid, phealth);
    SetPlayerHealth(playerid, phealth + ammount);
    return 1;
}
Then you could use
pawn Код:
GivePlayerHealth(playerid, 15);
and finished!

Just a suggestion
Reply


Messages In This Thread
5 errors for a 10 letter line?? - by Antonio [G-RP] - 30.07.2009, 23:08
Re: 5 errors for a 10 letter line?? - by woot - 30.07.2009, 23:12
Re: 5 errors for a 10 letter line?? - by Jefff - 30.07.2009, 23:13
Re: 5 errors for a 10 letter line?? - by D3nnis - 30.07.2009, 23:16
Re: 5 errors for a 10 letter line?? - by Antonio [G-RP] - 30.07.2009, 23:19
Re: 5 errors for a 10 letter line?? - by Antonio [G-RP] - 30.07.2009, 23:23

Forum Jump:


Users browsing this thread: 1 Guest(s)