SA-MP Forums Archive
Ladmin score save problem. - 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: Ladmin score save problem. (/showthread.php?tid=172814)



Ladmin score save problem. - [TRP]Eagle - 31.08.2010

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?


Re: Ladmin score save problem. - CyNiC - 31.08.2010

In the TOP:

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



Re: Ladmin score save problem. - [TRP]Eagle - 31.08.2010

Thought so already but wasn't sure.

Will try this out.

It worked, thanks.


Topic can be locked to avoid spam posts.


Re: Ladmin score save problem. - [Lsrcr]Rafa - 31.08.2010

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



Re: Ladmin score save problem. - [TRP]Eagle - 31.08.2010

Just add it somewhere at the top under enums.