Mysql Error - 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 Error (
/showthread.php?tid=617552)
Mysql Error -
StR_MaRy - 22.09.2016
hey guys i have this problem how could i fix it ?
Код HTML:
[02:25:13] [ERROR] cache_get_field_content_int - invalid datatype
[02:25:13] [ERROR] cache_get_field_content_int - invalid datatype
[02:25:47] [ERROR] cache_get_field_content_int - invalid datatype
[02:25:47] [ERROR] cache_get_field_content_int - invalid datatype
Re: Mysql Error -
Shinja - 23.09.2016
invalid datatype, exemple the field contains a string or float and you want to get it as an int, there are function for each datatype
cache_get_field_content
cache_get_field_content_int
cache_get_field_content_float
Make sure you use the right one