31.10.2010, 18:05 
	(
 Последний раз редактировалось 0ne; 02.11.2010 в 16:43.
)
	
	
		Alright, i need help, can't figure out a way to loop through the names and check a variable in it, i save the names like this:
Dunno if its right, correct me if im wrong.
trying toread like this
but thats definately wrong, please some help..
EDIT: "i" is defined like this:
for(new i = 1; i < MAX_GANGS; i++)
{
	
	
	
pawn Код:
format(gangfile, 128, "Gangs/%s.ini", format(gangNames[gangnum], MAX_GANG_NAME, "%s", params));
trying toread like this
pawn Код:
if(dini_Int("Gangs/%s.ini","Members") < MAX_GANG_MEMBERS)
EDIT: "i" is defined like this:
for(new i = 1; i < MAX_GANGS; i++)
{




 
	