Posts: 1,174
Threads: 251
Joined: May 2012
Reputation:
0
Good evening, I have one great idea how I should create Bus Job system, but there is problem with coding, how should I code routes that player need to pass? I want to create something that is not using too much if`s and switches, something normal or advanced, how should I do something like that?
Posts: 734
Threads: 8
Joined: Jun 2009
...
Onto your problem: you'll have to use arrays and store the current checkpoint in another variable which will serve as an index to that array.
Posts: 76
Threads: 15
Joined: Feb 2016
Reputation:
0
Take a look at the filter scripts see if there already is one for you to use