18.09.2012, 09:49
Hello guys i just want to know what are the differences between a stock :
and a public function :
and a normal function without anything infront of it like :
Thanks in advance.
pawn Code:
stock blabla(blablaid)
pawn Code:
forward OnSomeThingHappen(whatthing, wherething);
public OnSomeThingHappen(whatthing, wherething);
pawn Code:
SetUpPlayerForClassSelection(bla bla)