SA-MP Forums Archive
Help please - 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: Help please (/showthread.php?tid=618172)



Help please - rezqi07 - 02.10.2016

i got and error
PHP код:
WORLD WAR III (build 5)\gamemodes\wwIII.pwn(728) : error 017undefined symbol "GAdmin_VerifyColumn"
WORLD WAR III (build 5)\gamemodes\wwIII.pwn(728) : error 029invalid expressionassumed zero
WORLD WAR III 
(build 5)\gamemodes\wwIII.pwn(728) : error 017undefined symbol "TYPE_NUMBER"
WORLD WAR III (build 5)\gamemodes\wwIII.pwn(728) : fatal error 107too many error messages on one line 
and this the line 728
PHP код:
    GAdmin_VerifyColumn("weapon1"DB::TYPE_NUMBER); 
please help


Re: Help please - Gotham - 02.10.2016

Try adding all the include files in the script(The ones which you downloaded with the script).


Re: Help please - rezqi07 - 02.10.2016

i was but when i compile this happen


Re: Help please - AMouldyLemon - 02.10.2016

Show us the function "GAdmin_VerifyColumn"