IDK what to do at this point.
#4

Yes, you need to forward public functions but you also have to put the actual function in there.

pawn Код:
forward ExitServer();

public ExitServer()
{
   SendRconCommand("exit");
   return 1;
}
//Just an example of a public function.
You only have the forward part. You need the actual function.
Reply


Messages In This Thread
IDK what to do at this point. - by FreeSoul - 14.05.2009, 06:58
Re: IDK what to do at this point. - by Backwardsman97 - 14.05.2009, 07:01
Re: IDK what to do at this point. - by FreeSoul - 14.05.2009, 07:07
Re: IDK what to do at this point. - by Backwardsman97 - 14.05.2009, 07:11
Re: IDK what to do at this point. - by FreeSoul - 14.05.2009, 07:16
Re: IDK what to do at this point. - by Backwardsman97 - 14.05.2009, 07:33

Forum Jump:


Users browsing this thread: 1 Guest(s)