[Help} a_mysql_yinline
#1

Can you help me ?
+rep

Код:
includes
/* INCLUDES */

#include <a_samp>
#include <a_http>
#include <YSI\y_iterate>
#include <YSI\y_inline>
#include <a_mysql>
#include <a_mysql_yinline>
#include <streamer>
#include <sscanf2>
#include <zcmd>
Код:
C:\Users\admin\Desktop\sampa\SFR3\pawno\include\YSI\y_inline.inc(1110) : warning 209: function "Callback_Call" should return a value
C:\Users\admin\Desktop\sampa\SFR3\pawno\include\a_mysql_yinline.inc(42) : error 017: undefined symbol "MYSQL_INVALID_HANDLE"
C:\Users\admin\Desktop\sampa\SFR3\pawno\include\a_mysql_yinline.inc(43) : error 017: undefined symbol "MYSQL_INVALID_HANDLE"
C:\Users\admin\Desktop\sampa\SFR3\pawno\include\a_mysql_yinline.inc(45) : error 017: undefined symbol "MYSQL_INVALID_ORM"
C:\Users\admin\Desktop\sampa\SFR3\pawno\include\a_mysql_yinline.inc(46) : error 017: undefined symbol "MYSQL_INVALID_ORM"
C:\Users\admin\Desktop\sampa\SFR3\pawno\include\a_mysql_yinline.inc(47) : error 017: undefined symbol "MYSQL_INVALID_ORM"
C:\Users\admin\Desktop\sampa\SFR3\pawno\include\a_mysql_yinline.inc(48) : error 017: undefined symbol "MYSQL_INVALID_ORM"
C:\Users\admin\Desktop\sampa\SFR3\pawno\include\a_mysql_yinline.inc(49) : error 017: undefined symbol "MYSQL_INVALID_ORM"
C:\Users\admin\Desktop\sampa\SFR3\pawno\include\a_mysql_yinline.inc(50) : error 017: undefined symbol "MYSQL_INVALID_ORM"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(2233) : warning 213: tag mismatch
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(2440) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(2441) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(2442) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(4722) : error 017: undefined symbol "cache_get_value_index"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(4723) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(4728) : warning 213: tag mismatch
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(4734) : warning 213: tag mismatch
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(4836) : error 017: undefined symbol "cache_get_value_index"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(4837) : error 017: undefined symbol "cache_get_value_index"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7725) : error 017: undefined symbol "cache_get_value_name"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7726) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7727) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7728) : error 017: undefined symbol "cache_get_value_name_int"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7751) : warning 213: tag mismatch
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7760) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7761) : error 017: undefined symbol "cache_get_value_index_int"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7762) : error 017: undefined symbol "cache_get_value_index"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7809) : error 017: undefined symbol "cache_get_value_index"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7838) : error 017: undefined symbol "cache_get_value_index"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7865) : error 017: undefined symbol "cache_get_value_index"
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7868) : warning 213: tag mismatch
C:\Users\admin\Desktop\sampa\SFR3\gamemodes\SFR3-En.pwn(7892) : error 017: undefined symbol "cache_get_value_index_int"

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


26 Errors.
Reply
#2

Update your MySQL package to the last version:
https://github.com/pBlueG/SA-MP-MySQL/releases

y_inline functions have been outsourced, update it also just in case of:
https://github.com/maddinat0r/samp-m...inline-include
Reply
#3

Код:
y_inline.inc(1110) : warning 209: function "Callback_Call" should return a value
Reply
#4

Quote:
Originally Posted by WilzzWilzz
Посмотреть сообщение
Код:
y_inline.inc(1110) : warning 209: function "Callback_Call" should return a value
Have you done what Ride2day said?
If not, show me the function Callback from y_inline.inc
Reply
#5

Quote:
Originally Posted by jasperschellekens
Посмотреть сообщение
Have you done what Ride2day said?
If not, show me the function Callback from y_inline.inc
done
Reply
#6

Quote:
Originally Posted by WilzzWilzz
Посмотреть сообщение
done
Yes and now? Does it work?
Reply
#7

already, and i found thi :
Код:
pawno\include\YSI\y_inline.inc(1110) : warning 209: function "Callback_Call" should return a value
Reply
#8

Solved!!

Thx Br0,i will rep+ you
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)