Mr.SAUD007 Posted April 25, 2014 Posted April 25, 2014 hello i need speed bumbs www.gamemodding.net/en/gta-san-andreas/ ... yskie.html for mta sa
spoty Posted April 28, 2014 Posted April 28, 2014 you can try this take the image files (col dff txd) and just copy this i make and edit addEventHandler('onClientResourceStart', resourceRoot, function() outputChatBox ( "speed bumbs") local txd = engineLoadTXD('yourefolder/example.txd',true) engineImportTXD(txd, 2052) local dff = engineLoadDFF('yourefolder/example.dff', 0) engineReplaceModel(dff, 2052) local col = engineLoadCOL('yourefolder/example.col') engineReplaceCOL(col, 2052) engineSetModelLODDistance(2052, 500) end ) and meta
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