stock VS. forward
#1

pawn Код:
stock Kill(playerid)
{
    SetPlayerHealth(playerid, 0);
}
And

pawn Код:
forward Kill(playerid);
public Kill(playerid)
{
    SetPlayerHealth(playerid, 0);
}
What is difference between stock and forward/public ?
Reply


Messages In This Thread
stock VS. forward - by Dreftas - 16.07.2009, 19:41
Re: stock VS. forward - by MenaceX^ - 16.07.2009, 19:42
Re: stock VS. forward - by Dreftas - 16.07.2009, 19:51

Forum Jump:


Users browsing this thread: 2 Guest(s)