How to fix this? - 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: How to fix this? (
/showthread.php?tid=542179)
How to fix this? -
GamingPro - 17.10.2014
http://prntscr.com/4x1ae2
Re: How to fix this? -
Stanford - 17.10.2014
there are a lot of justifications for this, each justification meets a certain problem.
one of the common reasons is because you didn't re-compile your script with the latest includes.
other reasons because you didn't type the right name in server.cfg
Re: How to fix this? -
Greaper - 17.10.2014
Recompile your Script with no errors , then run the samp server command promt
Re: How to fix this? -
GamingPro - 17.10.2014
I get these errors!
Код:
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\pawno\include\a_mysql.inc(228) : error 017: undefined symbol "AMX_GetRelativeAddress"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\pawno\include\a_mysql.inc(231) : error 017: undefined symbol "Callback_Array"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(348) : warning 206: redundant test: constant expression is non-zero
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(348) : warning 215: expression has no effect
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(350) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(880) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(890) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(900) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(910) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(920) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(930) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(940) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(960) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(970) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(980) : error 017: undefined symbol "TextDrawSeSelectable"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(1291) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(1292) : error 017: undefined symbol "mysql_store_result"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(1293) : error 017: undefined symbol "mysql_num_rows"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(1302) : error 017: undefined symbol "mysql_fetch_field_row"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(1314) : error 017: undefined symbol "mysql_free_result"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(1568) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(3096) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(3097) : error 017: undefined symbol "mysql_store_result"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(3098) : error 017: undefined symbol "mysql_num_rows"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(3107) : error 017: undefined symbol "mysql_free_result"
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(3122) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(3134) : error 035: argument type mismatch (argument 1)
C:\Documents and Settings\Owner\Desktop\eclat samp\cnr\gamemodes\cnr.pwn(3135) : error 017: undefined symbol "mysql_store_result"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
Line 226-231
http://prntscr.com/4x1vfv
Re: How to fix this? -
fonia5 - 17.10.2014
http://prntscr.com/4x1ae2 Use crashdetect plugin and for them error's try removing the 1 and 2 on the end.
Re: How to fix this? -
Rudy_ - 17.10.2014
https://sampforum.blast.hk/showthread.php?tid=159785
This will help you, Get a mysql plugin...
Follow the tutorial