Help with this thing
#3

It means that you need to forward the function.

Example:
pawn Код:
forward myFunction(value1, value2);

public myFunction(value1, value2)
{
  // code.
  return (value1 + value2);
}
Reply


Messages In This Thread
Help with this thing - by xLowrider - 06.12.2009, 00:28
Re: Help with this thing - by xLowrider - 06.12.2009, 00:36
Re: Help with this thing - by Correlli - 06.12.2009, 00:39
Re: Help with this thing - by DJDhan - 06.12.2009, 05:03

Forum Jump:


Users browsing this thread: 2 Guest(s)