Need some help - 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)
+--- Thread: Need some help (
/showthread.php?tid=487175)
Need some help -
FreAkeD - 12.01.2014
Hi all,
I've added my maps in a separate file, but when I compile I get this:
C:\Users\Adam\Desktop\maps.pwn(
: warning 235: public function lacks forward declaration (symbol "OnFilterScriptInIt")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Help would be appreciated
You may not want to ask for my code, it has more than 10k+ lines
Re: Need some help -
Sojo12 - 12.01.2014
Its warning and not error and nothing happens with one warning and if many warnings it causes bugs
Re: Need some help -
FreAkeD - 12.01.2014
It is a warning, and when I compile I don't get the .amx file
Re: Need some help -
Sojo12 - 12.01.2014
Well,maps doesnt use amx file if im not wrong.You can load maps by just adding those codes in you script thats it.This might help:
https://sampforum.blast.hk/showthread.php?tid=276499
Re: Need some help -
amirab - 12.01.2014
what's in line 8?!
show me that line