for(new r=0; r < cache_get_row_count(); ++r)
#1

Hi,

Код:
for(new r=0; r < cache_get_row_count(); ++r)

Can i use other cikle when i do mysql cikle and i get field and so on..
Reply
#2

He probably meant "cycle"?
Reply
#3

Yes

Код:
for(new r=0; r < cache_get_row_count(); ++r)
{
     cache .. loading stuff from mysql

     for(new i = 0; i < MAX_PLAYERS; i ++)
{

}
}
Reply
#4

What what? show example.
Reply
#5

But i need to create new count ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)