17.01.2014, 05:52
This is like, a shitload of code. If we're going to examine every line of code, we'll have something to do for the rest of the day.
Try to add debug code throughout the command, like this
If you execute the command and look in the server_log.txt/the console, you'll notice several Debug: <number> statements appear.
Check the code near the last one that appeared. If you post the code with your print functions all over it here, and tell us what number appeared in the console last, we'll be able to help you better.
Try to add debug code throughout the command, like this
pawn Код:
print("Debug: 1");
//some code
//some more code
print("Debug: 2");
//e.t.c..
Check the code near the last one that appeared. If you post the code with your print functions all over it here, and tell us what number appeared in the console last, we'll be able to help you better.