Tulip Posted January 20, 2018 Share Posted January 20, 2018 السلام عليكم .. ابي طريقة اقدر امنع اللاعبين من نزول السياره في عالم معين .. وهو : 999 Link to comment
Tulip Posted January 21, 2018 Author Share Posted January 21, 2018 لا ، اي سياره في ذا العالم ، يعني يركب السياره مايقدر ينزل Link to comment
Gold9 Posted January 22, 2018 Share Posted January 22, 2018 Serverside: addEventHandler("onVehicleStartExit",root, function(player) if ( getElementDimension(player) == 999 ) then cancelEvent(); end end) Link to comment
Tulip Posted January 23, 2018 Author Share Posted January 23, 2018 طيب هذا الكود وين احطه ؟ @Gold9 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