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



mysql_escape_string - Shirley - 12.02.2014

./includes/functions.pwn(3135) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(21508) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(21537) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(21685) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(21710) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(22978) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(23082) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(23107) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(23127) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(23154) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(23255) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(23293) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(23492) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(23493) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(25312) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(26596) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(29693) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(31302) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(33564) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(33565) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(33590) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(33591) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(36441) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(36442) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(36572) : error 017: undefined symbol "mysql_escape_string"
./includes/commands.pwn(37336) : error 017: undefined symbol "mysql_escape_string"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.

what to do?


Re: mysql_escape_string - CuervO - 13.02.2014

Depends. Do you have the latest include for the SQL plugin?

If you have been using BlueG's, make sure you've got the latest includes.


Re: mysql_escape_string - Shirley - 13.02.2014

Quote:
Originally Posted by CuervO
Посмотреть сообщение
Depends. Do you have the latest include for the SQL plugin?

If you have been using BlueG's, make sure you've got the latest includes.
may i have the link please?