23.10.2010, 23:47
Well I mean you must have SOME use for the ID of the vehicle if you're storing it? Why else would you store it? If you really have no reason to store it, then remove the variable completely :S
Alternatively if you're never going to use the variable and for some bizzare reason don't want to remove it, you can add #pragma unused PV to your script :/
Maybe you're a little confused? You do know you don't need a PV = before the CreateVehicle at all to create a vehicle?
Alternatively if you're never going to use the variable and for some bizzare reason don't want to remove it, you can add #pragma unused PV to your script :/
Maybe you're a little confused? You do know you don't need a PV = before the CreateVehicle at all to create a vehicle?