mini error :3 - 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: mini error :3 (
/showthread.php?tid=640455)
mini error :3 -
BrnX - 02.09.2017
hi, how to write save, MYSQL R41-2?!
Код:
pInfo[playerid][pAdmin] = cache_get_field_content_int(0, "Admin");
Код:
error 017: undefined symbol "cache_get_field_content_int"
Re: mini error :3 -
Misiur - 02.09.2017
It's now cache_get_value_name_int. Like so:
pawn Код:
cache_get_value_name_int(0, "Admin", pInfo[playerid][pAdmin]);
See a_mysql.inc for reference