02.02.2019, 13:10
Quote:
Indent your code, then the statements and logic will be much clearer.
|
Quote:
Exactly, indent your code to understand better the problem. I seriously don't understand how can you guys script with that bad indentation without getting a headache after 5 minutes.
A TIP: Instead of looping for all police vehicles, just check them by id, without doing a single loop. (EG: 497 - 596). Unless you have personal vehicles created, no need to make a loop where you can just check by vehicle ID. pawn Код:
|
now i check and retry it