22.05.2015, 10:12
Yea, I did define at the top of the script:
25233 line:
25332:
PHP код:
#include <crashdetect>
#define for___loop(%1;%2;%3) \
PrintAmxBacktrace(); \
for(%1;%2;%3)
#define while___loop(%1) \
PrintAmxBacktrace(); \
while(%1)
PHP код:
for___loop(new i = 0, j = GetPlayerPoolSize(); i <= j; i++) // From Production()
PHP код:
for___loop(new i = 0, j = GetPlayerPoolSize(); i <= j; i++) // From SpeedoUpdate()