07.07.2010, 14:39
I've searched around wiki.samp to find the answer, but I can't realy seem to find it.
I want to know when I should use stock, public or nothing like ...
Thank you ...
I want to know when I should use stock, public or nothing like ...
pawn Код:
forward Example1();
forward Example2();
forward Example3();
stock Example1()
{
}
public Example2()
{
}
Example3()
{
}