I kinda Need Help On this
#1

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?
Reply
#2

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

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

forward FishCost(playerid, fish);
Reply
#4

Add

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

Do you have TeamViewer?
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)