Need Help with "NameTimer"
#1

Hi!
I have a problem.
If i want to compile "LARP" gamemode say this.
C:\Users\Michael\Desktop\larp.pwn(43593) : warning 235: public function lacks forward declaration (symbol "NameTimer")
Reply
#2

At the top:
pawn Код:
forward NameTimer;
Reply
#3

pawn Код:
forward NameTimer();
Put this at the top. The code above is used if it's a variable, but in this case, it's a public which lacks declaration.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)