Ladmin score save problem.
#1

This isn't working for me, I am getting this error :
Код:
C:\Documents and Settings\Eagle\Bureaublad\samp03bsvr_R2_win32\gamemodes\ladmin4v2.pwn(1044) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Line 1044:
Код:
public OnPlayerPrivmsg(playerid, recieverid, text[])
Help please?
Reply
#2

In the TOP:

pawn Код:
forward OnPlayerPrivmsg(playerid, recieverid, text[]);
Reply
#3

Thought so already but wasn't sure.

Will try this out.

It worked, thanks.


Topic can be locked to avoid spam posts.
Reply
#4

ok where to add this
Код:
forward OnPlayerPrivmsg(playerid, recieverid, text[]);
Reply
#5

Just add it somewhere at the top under enums.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)