Jeremy15 Posted March 1, 2013 Share Posted March 1, 2013 i have a problem, i have make a jump script for my dm map but when i test my map get i this: error with editor_test. i have delete 2 times editor_test but i get it back help me pls Link to comment
iPrestege Posted March 1, 2013 Share Posted March 1, 2013 Do you wan't car jump script? here you are : Client ....: bindKey ( "lshift","down", function () local vehicle = getPedOccupiedVehicle(localPlayer) if (isVehicleOnGround( vehicle ) == true) then local sx,sy,sz = getElementVelocity ( vehicle ) setElementVelocity( vehicle ,sx, sy, sz+0.3 ) end end ) Link to comment
Jeremy15 Posted March 1, 2013 Author Share Posted March 1, 2013 into this video from the map one million feeling have a script what i want into my map on video time 1:10 and on 3:10 is the script what i want pls help me Link to comment
PaiN^ Posted March 1, 2013 Share Posted March 1, 2013 @Mr.Pres[T]ege : He means he wants the code to do as it's shown in the video in the 1:11 minute .. @Jeremy : I think you should use : createColCircle "onColShapeHit" And get the rest from Mr.Pres[T]ege's code .. Client ....: bindKey ( "lshift","down", function () local vehicle = getPedOccupiedVehicle(localPlayer) if (isVehicleOnGround( vehicle ) == true) then local sx,sy,sz = getElementVelocity ( vehicle ) setElementVelocity( vehicle ,sx, sy, sz+0.3 ) end end ) Link to comment
||~zZz~|| Posted December 30, 2017 Share Posted December 30, 2017 can anyone help me wiht a script ? scripting my server? Link to comment
Storm-Hanma Posted December 30, 2017 Share Posted December 30, 2017 Already above there is hint try on your own will be good 1 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