SA-MP Forums Archive
I kinda Need Help On this - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I kinda Need Help On this (/showthread.php?tid=249171)



I kinda Need Help On this - dannyk0ed - 17.04.2011

C:\Documents and Settings\Danny\My Documents\South port\gamemodes\sprp.pwn(216) : error 001: expected token: ";", but found "forward"
C:\Documents and Settings\Danny\My Documents\South port\gamemodes\sprp.pwn(217) : error 001: expected token: ";", but found "forward"
C:\Documents and Settings\Danny\My Documents\South port\gamemodes\sprp.pwn(21 : error 001: expected token: ";", but found "forward"
C:\Documents and Settings\Danny\My Documents\South port\gamemodes\sprp.pwn(221) : error 001: expected token: ";", but found "forward"

Code
forward FishCost(playerid, fish)
forward ClearFishes(playerid)
forward ClearFishID(playerid, fish)

Could you help me out?


Re: Need A Help :P - blackwave - 17.04.2011

pawn Код:
forward FishCost(playerid, fish);
forward ClearFishes(playerid);
forward ClearFishID(playerid, fish);



Re: Need A Help :P - dannyk0ed - 17.04.2011

C:\Documents and Settings\Danny\My Documents\South port\gamemodes\sprp.pwn(216) : error 001: expected token: ";", but found "forward"

forward FishCost(playerid, fish);


Re: I kinda Need Help On this - blackwave - 17.04.2011

Add

pawn Код:
;
On the end of line above this one:
pawn Код:
forward FishCost(playerid, fish);



Re: I kinda Need Help On this - dannyk0ed - 17.04.2011

Do you have TeamViewer?


Re: I kinda Need Help On this - blackwave - 17.04.2011

Nope, I dont like it. Just post the code, since it's just a simple code.