sourcepawn loop code example Example: sourcepawn loop for (new i = 1; i <= 7; i++) { PrintToChatAll("blabla"); }