i agree and second this request.

defiant
View profile on GTA5-Mods.com »
Posts made by defiant
-
Scritp to spawn any random car/truck/motorcycle
looking for someone to write a script that will spawn any/random car/truck/motorcycle anywhere on the gta map or at least on the roads not out in the middle of nowhere. that's it, just a random spawner.
make it timed (make it adjustable in an ini file) how often it actually spawns cars/trucks/motorcycles
make the distance adjustable using current location as center (make it adjustable in an ini file) how far away you want the spawn to occurthose aren't necessary...i could just do a manual trigger and any random distance just as well if its too complicated.
-
coding to delete car
this is the code im trying to change...i want to change:
VEHICLE.SET_VEHICLE_DOORS_LOCKED(playerVehicle, 2)
to delete the (random) car off the map...im using another mod that creates cars to steal but it doesn't delete them so when i deliver the car and get the cash the car stays parked at the delivery spot, blocking further attempts to deliver more cars.if ( BB < 10 ) then VEHICLE.SET_VEHICLE_UNDRIVEABLE(playerVehicle, true) CAM.DO_SCREEN_FADE_OUT(2500) wait(2500) carsals.createPickup("PICKUP_MONEY_SECURITY_CASE", -71.0, -1827.834, 26.943, finmoney) carsals.createPickup("PICKUP_MONEY_SECURITY_CASE", -350.0, -115.357, 38.6966, finmoney) wait(2500) TIME.ADD_TO_CLOCK_TIME(0, 10, 0) CAM.DO_SCREEN_FADE_IN(2500) AI.TASK_LEAVE_VEHICLE(playerPed, playerVehicle, 0) VEHICLE.SET_VEHICLE_DOORS_LOCKED(playerVehicle, 2) wait(1000) AUDIO.PLAY_MISSION_COMPLETE_AUDIO("MICHAEL_BIG_01") carsals.notify("Thanks for the delivery!") else carsals.notify("Sorry, this car is too wrecked.") AUDIO.PLAY_SOUND_FRONTEND(-1, "ROBBERY_MONEY_TOTAL", "HUD_FRONTEND_CUSTOM_SOUNDSET", false)
-
RE: what happened to VAutodrive
copy that...thank you. huh, i thought this was working pretty well, as i was using it years ago. oh well.
-
what happened to VAutodrive
it was updated today but it says "Sorry, this file is no longer available." anyone know something or have the latest release before removal?
-
never smash windows when stealing cars
some kind of script to always play the lockpick animation and never bust out the window to open the door.
-
RE: Southern San Andreas Exotic Traffic V21
i see, thanks for the heads up...go ahead and mark this as solved and lock it then.
-
Southern San Andreas Exotic Traffic V21
What happened to "Southern San Andreas Exotic Traffic V21" file is gone...and on another note does anyone have it to upload so i can download it?
-
RE: Combining all handling.meta files into file
isn't the file Killatomate's Realistic Driving mod an "altered" handling.meta file? i was looking for a vanilla version without any changes. too bad there isn't a program to easily merge handling files.
-
RE: Combining all handling.meta files into file
thank you much...at work but will check it out.