27.10.2016, 09:35
Hey guys, if I am saving a vehicleid in an array
Example:
And I do this:
Would that turn the Array value to 0 aswell ?
I mean would it make Veh[i] = 0; after the vehicle destroy ?
Example:
Код:
Veh[i] = CreateVehicle bla bla bla
Код:
DestroyVehicle(Veh[i])
I mean would it make Veh[i] = 0; after the vehicle destroy ?