[HELP] load members urgent - 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: [HELP] load members urgent (
/showthread.php?tid=499220)
[HELP] load members urgent -
Luca12 - 07.03.2014
Hello so last night for few hours I try to figure it out how to load members so saving members is working but load is the problem. So I was make this and in mysql log it says [03:24:56] [WARNING] cache_get_field_content - no active cache? Thanks
pawn Код:
cache_get_field_content(2,"Leader_1",FBIInfo[1][Leader],128);
leader 1 is the field name 2 is row and FBIInfo[1][Leader] that is the name of first leader in organization
Re: [HELP] load members urgent -
Mriss - 07.03.2014
Increase the size of ur query
+rep if I helped
Re: [HELP] load members urgent -
Luca12 - 07.03.2014
how mean query this query or? And I already try that but that is show again
mysql_format(mysql,query,sizeof(query),"SELECT * FROM `admini");
mysql_tquery(mysql,query,"","");