CreateRoads( amount, Float:x, Float:y, Float:z ) { for ( new i; i < amount; i ++ ) { CreateObject( 16430, x, y, z, 0, 0, 90 ); y += 160; } }