rabe3 Posted August 26, 2013 Share Posted August 26, 2013 السلام عليكم انا بدي اغير سرعه طياره الهيدرا بس مش عارف كيف مثلا بدي اخليها سرعتها ل 600ك ممكن؟ Link to comment
|Mr|-Talal07-| Posted August 26, 2013 Share Posted August 26, 2013 setVehicleHandling Link to comment
huss97 Posted August 26, 2013 Share Posted August 26, 2013 اضرب 2 اللي فوق عشان تدخل التاير بعدين 8 اللي عاليمين وتوصل 800 Link to comment
SaRy,#DanGer Posted August 26, 2013 Share Posted August 26, 2013 جرب ,, بس معنى element + unit مافهمت له جوف الشباب يمكن يعرفون setElementSpeed(element, unit, speed) او setVehicleHandling ( element theVehicle, true ) Link to comment
AboShanab Posted August 26, 2013 Share Posted August 26, 2013 (edited) كود الاخ اللي تحت افضل من كودي .. Edited August 26, 2013 by Guest Link to comment
./BlackBird# Posted August 26, 2013 Share Posted August 26, 2013 -- # Server Side ! addEventHandler("onResourceStart",resourceRoot, function () setModelHandling(getVehicleModelFromName("Hydra"),'maxVelocity',600) end) Link to comment
rabe3 Posted August 27, 2013 Author Share Posted August 27, 2013 -- # Server Side ! addEventHandler("onResourceStart",resourceRoot, function () setModelHandling(getVehicleModelFromName("Hydra"),'maxVelocity',600) end) مايعمل =_= اسف ل تاخر الرد Link to comment
./BlackBird# Posted August 27, 2013 Share Posted August 27, 2013 addEventHandler("onResourceStart",resourceRoot, function () setModelHandling(520,'maxVelocity',600) end) Link to comment
-.Paradox.- Posted September 8, 2013 Share Posted September 8, 2013 Client side: addEventHandler("onClientResourceStart", resourceRoot, function () setAircraftMaxVelocity(13.41) end ) addEventHandler("onClientResourceStop", resourceRoot, function () setAircraftMaxVelocity(1.5) end ) Server side: function handleResourceStart( ) setAircraftMaxVelocity( 13.5 ) end addEventHandler( "onResourceStart", resourceRoot, handleResourceStart ) 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