|
Hello everyone
I'm trying to make a script for GTAIV with the .NET ScriptHook
All I want to do is make it so you can pickup all items while you're in your car in multiplayer.
I've had a look at the examples and the API docs but I can't work it out.
I found that pickups have a property called CollectableByCar which you can set, but how and where?
There's functions for getting all the objects/peds/vehicles from the World class but not pickups. Also these functions are labelled as slow which I imagine they would be.
Any ideas?
Thanks
|