PAWN Bug
#1



Function is not followed by ";",This function will not run

But still can open the server

How to fix this problem?


Sorry, My English is not good.
Reply
#2

Maybe UpdatePlayerPosition is defined with #define and does not need any ;
search for
pawn Code:
#define UpdatePlayerPosition
Reply
#3

No. I use " forward UpdatePlayerPosition(playerid); "
Reply
#4

#define could be used aswell although you used forward
pawn Code:
forward foo();
#define foo() moo();
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)