Can someone tell me the difference
#1

i want to know the difference between doing functions in both of this ways

pawn Код:
forward test(playerid);

public test(playerid)
{

}
And this

pawn Код:
stock test(playerid)
{

}
Reply


Messages In This Thread
Can someone tell me the difference - by Healian - 14.08.2012, 22:05
Re: Can someone tell me the difference - by Kindred - 14.08.2012, 22:08
Re: Can someone tell me the difference - by Eony - 14.08.2012, 22:10
Re: Can someone tell me the difference - by Healian - 14.08.2012, 22:23
Re: Can someone tell me the difference - by Eony - 14.08.2012, 23:08

Forum Jump:


Users browsing this thread: 1 Guest(s)