Sex* Posted March 1, 2013 Share Posted March 1, 2013 So i have this custom infernus.dff and infernus.txd at my GTA directory, FFS and some servers load my wheels on map start but my server loads my wheels at vehiclechange. So in map start i have original wheels. Like this: But my custom infernus have wheels like this: http://ffsgaming.net/threads/8367-Str1keZ-s-Infernus-Mod-%28-FFS-Gaming-Edition%29 And these wheels only load after vehiclechange. So how i would make it possible like FFS to load the wheels at map start? NB! I WANT TO LOAD THE INFERNUS WHEELS FROM MY GTA DIRECTORY [GTA3.img(infernus.dff and infernus.txd)]!!! Link to comment
Castillo Posted March 1, 2013 Share Posted March 1, 2013 These wheels are the default ones? if so, you can just remove all the wheel upgrades when you enter the vehicle. Link to comment
Sex* Posted March 1, 2013 Author Share Posted March 1, 2013 Yes, in that picture yea. In that link is the custom ones. So something like this? What if player infernus isnt modded with custom wheels? Then he could have white wheels. function remove ( sourcePlayer, command ) theVehicle = getPlayerOccupiedVehicle ( sourcePlayer ) if ( theVehicle ) then removeVehicleUpgrade ( theVehicle, 1025 ) removeVehicleUpgrade ( theVehicle, 1075 ) ---and so on... end end addEventHandler ( "onClientMapStarting",getRootElement(), remove ) Link to comment
Castillo Posted March 1, 2013 Share Posted March 1, 2013 addEventHandler ( "onVehicleEnter", root, function ( ) local upgrades = getVehicleUpgrades ( source ) removeVehicleUpgrade ( source, upgrades [ 12 ] ) end ) Try it. Link to comment
Castillo Posted March 1, 2013 Share Posted March 1, 2013 What do you mean by "it crashed"? the client crashed? Link to comment
Castillo Posted March 1, 2013 Share Posted March 1, 2013 I don't see why would the client crash for removing the vehicle upgrade. Link to comment
Frozzer Posted March 2, 2013 Share Posted March 2, 2013 Login as an admin account on your server and type in /start admin. After you see the message that it has started, press P and open up the tab "Resources", find "race" in there, click on "Settings" and scroll down until you can see the "Auto-Pimp", set it to false. Link to comment
Sex* Posted March 2, 2013 Author Share Posted March 2, 2013 haha, that actually worked.ty Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now