Cold-Blood Posted July 18, 2013 Share Posted July 18, 2013 السلام عليكم كودي مو شغال function swatVehicle ( theVehicle, seat, jacked ) idv = getElementModel ( theVehicle ) ids = getElementModel ( source ) if idv == 427 and seat == 0 and not ids == 285 then cancelEvent() outputChatBox ( "ليس لديك الصلاحيات بقيادة هذه المركبة", source, 255, 00, 00) end end addEventHandler ( "onVehicleStartEnter", getRootElement(), swatVehicle ) Link to comment
S4MuEL Posted July 18, 2013 Share Posted July 18, 2013 وش آللي تبيه بآلظبط ؟ شخص معين ؟ بيد ؟ تيم معين ؟ مآ عندهم صلآحيه وش آللي تبيه ؟ وضح ! Link to comment
Quited Posted July 18, 2013 Share Posted July 18, 2013 تكنسل افنت وانت ماسويته ؟ جرب حط الافنت باول سطر Link to comment
فاّرس Posted July 18, 2013 Share Posted July 18, 2013 البندر الايفنت ما تشوفه ؟ وين عيونك , وبعدين ما تفرق الايفنت تحت ولا فوق كلها نفس بعض ذذ + جرب, addEventHandler ( "onVehicleStartEnter",root, function ( player, seat) if getElementModel ( source ) == 427 and seat == 0 and getElementModel ( player ) ~= 285 then cancelEvent() outputChatBox ( "ليس لديك الصلاحيات بقيادة هذه المركبة", player, 255, 255, 0) end end ) Edit # للمعلوميه كل الي بالسيرفر ما يقدرون يركبون السياره المحدده ^ فـ انت ضبطها على تيم لو تبي ذذ Link to comment
Cold-Blood Posted July 18, 2013 Author Share Posted July 18, 2013 البندر الايفنت ما تشوفه ؟ وين عيونك , وبعدين ما تفرق الايفنت تحت ولا فوق كلها نفس بعض ذذ + جرب, addEventHandler ( "onVehicleStartEnter",root, function ( player, seat) if getElementModel ( source ) == 427 and seat == 0 and getElementModel ( player ) ~= 285 then cancelEvent() outputChatBox ( "ليس لديك الصلاحيات بقيادة هذه المركبة", player, 255, 255, 0) end end ) Edit # للمعلوميه كل الي بالسيرفر ما يقدرون يركبون السياره المحدده ^ فـ انت ضبطها على تيم لو تبي ذذ شكرا ^^ 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