SA-MP Forums Archive
MySQL Help - 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 Help (/showthread.php?tid=621584)



MySQL Help - Banditul18 - 12.11.2016

How to make this work?
Код:
for(new ev=0; ev<50; ev++)
{
        new strb[30];
        format(strb, sizeof(strb),"Quest%d",ev);
	cache_get_value_name_int(0,"Quest%d", ev,PlayerInfo[playerid][ev]);
}
I mean, no erros but the syntax i suppose it's wrong
Код:
gamelive.pwn(19295) : warning 213: tag mismatch
gamelive.pwn(19295) : warning 202: number of arguments does not match definition
I have 50 quest , or i need to write all instead of loop?