mini error :3
#1

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"
Reply
#2

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)