10.05.2009, 21:02
stock is a function, it can have "stock" infront of the function's name and it can to not have it.
Not hard to uynderstand, also I suggest you to read wiki. It explains everything better than anyone else and shows examples.
pawn Код:
stock playerid(playerid)
return playerid;
//or
player(playerid)
return playerid;

