how do i fix?
#4

just a little note, its
pawn Код:
forward PayPlayerInArea();
forward PirateShipScoreUpdate();
also, i would really suggest you to use a macro for these things, way easier

pawn Код:
#define fpublic%1(%2) forward %1(%2); public %1(%2)
and then, when making a public function, you will use:
pawn Код:
fpublic Function(params)
instead of
pawn Код:
forward Function(params)
public Function(params)
EDIT: You forgot the semicolons, try my way, it will help you :P

EDIT 2: here the pastebin, so you see a example
http://pastebin.com/d67e5175d


Cheers.
Reply


Messages In This Thread
how do i fix? - by blastervirus - 07.02.2009, 09:16
Re: how do i fix? - by Nimphious - 07.02.2009, 09:19
Re: how do i fix? - by blastervirus - 07.02.2009, 09:25
Re: how do i fix? - by Extremo - 07.02.2009, 09:26
Re: how do i fix? - by blastervirus - 07.02.2009, 10:13
Re: how do i fix? - by [WS]Hyper - 07.02.2009, 10:19
Re: how do i fix? - by Extremo - 07.02.2009, 15:07
Re: how do i fix? - by Nero_3D - 07.02.2009, 16:11
Re: how do i fix? - by [WS]Hyper - 08.02.2009, 10:46

Forum Jump:


Users browsing this thread: 1 Guest(s)