07.12.2012, 18:56
Hello..
I'm currently making a vehicle ownership using Y_INI and I want to know how to make a player's vID the same as the vehicle's vID..
Also.. When a player enters his vehicle for it to say This is your vehicle.
Thanks.
vehicleID is for player enum.
I'm currently making a vehicle ownership using Y_INI and I want to know how to make a player's vID the same as the vehicle's vID..
Also.. When a player enters his vehicle for it to say This is your vehicle.
Thanks.
Код:
enum vInfo { vID, vOwner[250], vPos[4], vLocked, vPrice, } new VehicleInfo[200][vInfo];