Posts: 366
Threads: 34
Joined: May 2014
Reputation:
0
Erm, I'd like to know what is the point of using things like MAX_VEHICLES+1. What is this 1 for?
Posts: 605
Threads: 83
Joined: Apr 2014
Reputation:
0
To add +1 to the defined max vehicles Like if you #define MAX_VEHICLES 100
And use MAX_VEHICLES + 1 Then it will be 101
Posts: 366
Threads: 34
Joined: May 2014
Reputation:
0
Ah, that was a Simple logic xD.
Thank you.