McDejan24 Posted October 19, 2012 Share Posted October 19, 2012 plss help me i dont know how to disable turning LEFT AND RIGHT help me create litle script plss or edit here and add here http://www.mediafire.com/?0sam8a0ukfulu9y Link to comment
Castillo Posted October 19, 2012 Share Posted October 19, 2012 You want to disable the: left and right controls? Link to comment
Renkon Posted October 19, 2012 Share Posted October 19, 2012 setVehicleHandling ( theVeh, "steeringLock", 0) Link to comment
McDejan24 Posted October 19, 2012 Author Share Posted October 19, 2012 but only right and left Link to comment
McDejan24 Posted October 19, 2012 Author Share Posted October 19, 2012 help plsss i dont know how to scripting (( Link to comment
xTravax Posted October 19, 2012 Share Posted October 19, 2012 Solidsnake and other guys who put here only one part of script i got one question for you.. why the hell you give him just one word for script? by his posts and questions you can see that he doesn't have scripting expirience yet and it's seeable that dejan need full script but dejan you can find that script on www.ffsgaming.net Link to comment
McDejan24 Posted October 19, 2012 Author Share Posted October 19, 2012 i know but i dont know how to disable turning :@@@@@ Link to comment
Renkon Posted October 19, 2012 Share Posted October 19, 2012 addEventHandler("onPlayerJoin", getRootElement(), function() toggleControl(source,"vehicle_left", false) toggleControl(source,"vehicle_right", false) end ) Link to comment
McDejan24 Posted October 19, 2012 Author Share Posted October 19, 2012 dont work again turning no go left or right but move left and right ( Link to comment
McDejan24 Posted October 19, 2012 Author Share Posted October 19, 2012 i reconnect plss add me on SKYPE dejan.petrov8 Link to comment
McDejan24 Posted October 19, 2012 Author Share Posted October 19, 2012 again dont work ((((((((( Link to comment
Renkon Posted October 19, 2012 Share Posted October 19, 2012 change onPlayerJoin for onPlayerSpawn Link to comment
McDejan24 Posted October 19, 2012 Author Share Posted October 19, 2012 cant work again ( create you that and give me link to download ((((( Link to comment
McDejan24 Posted October 19, 2012 Author Share Posted October 19, 2012 dont work ((((((((( Link to comment
Mossy Posted October 19, 2012 Share Posted October 19, 2012 Please stop spamming. Are you copying the code correct? And did you put the script in the Meta? Also, Solidsnake and other guys who put here only one part of script i got one question for you..why the hell you give him just one word for script? by his posts and questions you can see that he doesn't have scripting expirience yet and it's seeable that dejan need full script but dejan you can find that script on http://www.ffsgaming.net We don't make full scripts. We give them the functions to use and they go to the function on the wiki and submit it in their code. Link to comment
Castillo Posted October 20, 2012 Share Posted October 20, 2012 Solidsnake and other guys who put here only one part of script i got one question for you..why the hell you give him just one word for script? by his posts and questions you can see that he doesn't have scripting expirience yet and it's seeable that dejan need full script but dejan you can find that script on http://www.ffsgaming.net I give them the function they need, they should click it and it'll redirect to the wiki. Link to comment
Techial Posted October 20, 2012 Share Posted October 20, 2012 addEventHandler("onPlayerSpawn", getRootElement(), function() toggleControl(source,"vehicle_left", false) toggleControl(source,"vehicle_right", false) end ) 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