Thread: [Solved] Loop headers
View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 06-09-2020 , 18:59   Re: Loop headers
Reply With Quote #4

You answered your own question. The first part is done when the loop is initiated.

Here's another way to look at it.
PHP Code:
new i;

for ( 
15 <= 20 i++ )

     
//15 , 16, 17, 18, 19, 20

__________________
Bugsy is offline