20.01.2013, 22:04 
	
	
	
		So, this is a good way:
That is same as:
It must be out from condition
I understand now, thanks Southclaw
	
	
	
pawn Код:
for(new i = (0), size = strlen(playerName); i < size; ++ i)
pawn Код:
new size = strlen(playerName);
for(new i = (0); i < size; ++ i)
I understand now, thanks Southclaw


