16.04.2008, 04:27
I just answered on irc but I'll answer here too so people can reference it later
You'll get a Warning about expression having no effect but it can be ignored
pawn Code:
for( new i = 0; i < MAX_PLAYERS; (i==2) ? (i++):(i+=2)){}