Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
Since there are no dynamic arrays in pawn, how is it possible to allow players to own unlimited amount of vehicles?even if i save the owner stuff in the vehicle's array, i wont be able to place his vehicles in an array that helps me find his vehicles easily instead of looping through all the vehicles and matching his info with the vehicles's owner info, is there any other way to do that?
Posts: 498
Threads: 233
Joined: Aug 2013
Reputation:
0
I have searched but haven't figured out how the usage of it would be...could u explain a little about it and how to use it?
Posts: 1,168
Threads: 60
Joined: Dec 2016
Reputation:
0
Well at first you shouldnt save vehicles in arrays.
Make an enum and and save them in a file for wacht vehicle Just like you do with players. Take a look at vehicle scripts on this forum. For example: avs