Which?
#1

Hi all,

I have a question - which way is better?

#1

pawn Код:
stock something(something)
{
return true;
}
calling: something(something);

#2

pawn Код:
forward something(something);
public something(something)
{
return true;
}
calling: CallLocalFunction("something", "d", something);

And please, I need arguments.
Reply
#2

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)