looping error
#2

Код:
 for(new i = 0; i > MAX_CLASSES; i++)
should be
Код:
 for(new i = 0; i < MAX_CLASSES; i++)
full code:

PHP код:
new string[128] = "";
    for(new 
0MAX_CLASSESi++)
    {
        if(!
strcmp(string"")) format(stringsizeof(string), "%s\n%s"stringClasses[i][Name]);
        else 
format(stringsizeof(string), "%s"Classes[i][Name]);
    }
    
ShowPlayerDialog(playeridd_spawnDIALOG_STYLE_LIST"Select Class"string"Select"""); 
Reply


Messages In This Thread
looping error - by TheSimpleGuy - 21.04.2016, 10:48
Re: looping error - by jlalt - 21.04.2016, 10:51
Re: looping error - by TheSimpleGuy - 21.04.2016, 10:56

Forum Jump:


Users browsing this thread: 1 Guest(s)