24.10.2017, 12:43
Well i have a lot of errors and variables that are defined, but not never used. And i need to wait few hours after i fix all of this to check where is infitive loop?
*edit: wtf
*edit: wtf
Код:
new attemptzaww66;
for (new i = 1, j = GetVehiclePoolSize(); i <= j; i ++)
{
attemptzaww66++;
if(attemptzaww66 > ) { PrintAmxBacktrace(); break; } // Errors on lines like this...
...
}

