SA-MP Forums Archive
forward not workin? - 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: forward not workin? (/showthread.php?tid=89051)



forward not workin? - clean180ollie - 30.07.2009

Code:
warning 235: public function lacks forward declaration (symbol "OnPlayerRegister")
and I do the
Code:
forward OnPlayerRegister(playerid, password[]);
Still dont work can anyone help

I put
Code:
forward OnPlayerRegister(playerid, password[]);
on top of script and still dont work?