MySQL Help
#1

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)