Function:
ps.getVehicleList: returns the whole object table Example:
ps.getVehicleList
local list = ps.getVehicleList()
Function: ps.getRandomVehicle(): returns a random object from the list
ps.getRandomVehicle()
Example:
local random = ps.getRandomVehicle()
Last updated 5 months ago