Adham Posted April 24, 2017 Share Posted April 24, 2017 سلام عليكم ورحمه الله وبركاته كيف حالكم ؟ إنشاء الله بخير كنت انا مسوي لوحه لما يحدد مركبة من القريد ينزل له مركبة المشكله : أني ابي لما يجي لاعب يركب السيارة المنزلة من القريد لست م يقدر يركبها يقولو هذه خاصة ويركبها عادي المنزلها فقط Link to comment
Adham Posted April 24, 2017 Author Share Posted April 24, 2017 (edited) 3 minutes ago, Default said: سوي داتا على السيارة سويت داتا ع السياره بهذا الشكل الأن : setElementData ( Vehicle[source], "Cant", true ) بعدين وش اسوي ؟ Edited April 24, 2017 by Deativated Link to comment
^iiEcoo'x_) Posted April 24, 2017 Share Posted April 24, 2017 (edited) setElementData onVehicleStartEnter 5 minutes ago, Deativated said: سويت داتا ع السياره بهذا الشكل الأن : setElementData ( Vehicle[source], "Cant", true ) بعدين وش اسوي ؟ خطا ، لازم تسويها بالسريال getPlayerSerial! او بالحساب ، او بالاسم Edited April 24, 2017 by #_iMr.[E]coo Link to comment
Adham Posted April 24, 2017 Author Share Posted April 24, 2017 (edited) 8 minutes ago, #_iMr.[E]coo said: setElementData onVehicleStartEnter خطا ، لازم تسويها بالسريال getPlayerSerial! او بالحساب ، او بالاسم يعني اسويها في كود لما يحدد قريد لست ينزل سيارة عن طريق جهه سرفر او في كود لما الاعب يركب السيارة ؟ setElementData(Vehicle[source],"Cant",getPlayerSerial(source)) هكذا ؟ Edited April 24, 2017 by Deativated Link to comment
^iiEcoo'x_) Posted April 24, 2017 Share Posted April 24, 2017 setElementData ( aVehicle , "PrivateCar" , getPlayerSerial ( element ) ) حطه بالكود لما تنزل السيارة , بدل element & aVehicle Link to comment
Adham Posted April 24, 2017 Author Share Posted April 24, 2017 (edited) حطيته تمام بس معلش بس لو يمكن الفكشنات كامله عن طرق حدث onVehicleStartEnter بالترتيب ؟ Edited April 24, 2017 by Deativated Link to comment
^iiEcoo'x_) Posted April 24, 2017 Share Posted April 24, 2017 addEventHandler ( "onVehicleStartEnter" , root , function ( aPlayer_ ) if ( getElementData ( aPlayer_ , "PrivateCar" ) ~= getPlayerSerial ( aPlayer_ ) ) then cancelEvent ( ) outputChatBox ( " سيارة خاصة " , aPlayer_ ) end end ) Link to comment
Adham Posted April 24, 2017 Author Share Posted April 24, 2017 Just now, #_iMr.[E]coo said: addEventHandler ( "onVehicleStartEnter" , root , function ( aPlayer_ ) if ( getElementData ( aPlayer_ , "PrivateCar" ) ~= getPlayerSerial ( aPlayer_ ) ) then cancelEvent ( ) outputChatBox ( " سيارة خاصة " , aPlayer_ ) end end ) لو ابي اسويها عن طريق الحساب هل ينفع ؟ Link to comment
^iiEcoo'x_) Posted April 24, 2017 Share Posted April 24, 2017 1 minute ago, Deativated said: لو ابي اسويها عن طريق الحساب هل ينفع ؟ نعم ، لكن كان عندي خطأ بسيط في سطر 4 ، لازم اتحقق من السيارة وليس من اللاعب للذلك استبدله ب source في getElementData Link to comment
Adham Posted April 24, 2017 Author Share Posted April 24, 2017 4 minutes ago, #_iMr.[E]coo said: نعم ، لكن كان عندي خطأ بسيط في سطر 4 ، لازم اتحقق من السيارة وليس من اللاعب للذلك استبدله ب source في getElementData حطيت كودك لين اركب السيارة يقولي سيارة خاصة ونا المنزل السيارة فهمت ؟ Link to comment
Abdul KariM Posted April 24, 2017 Share Posted April 24, 2017 يوم تنزل سيارة حط داتا على السيارة وتكون القيمة الاعب الي نزلها وبعدين اول مايركب الاعب السيارة تحقق ان مايساوي الي عليه الداتا وكنسل الافنت 1 Link to comment
Adham Posted April 24, 2017 Author Share Posted April 24, 2017 عرفت اسويها بس م عرفت اسوي تحقق ان م يساوي الداتا عليه اسويها هكذا يعني ؟ if ( getElementData ( element, "data" ) ) then ولا if not ( getElementData ( element, "data" ) ) then Link to comment
iMr.WiFi..! Posted April 25, 2017 Share Posted April 25, 2017 ^ كلهم غلط if ( getElementData(element,"data") ~= aPlayer_ ) then Link to comment
Adham Posted April 25, 2017 Author Share Posted April 25, 2017 وش الخطأ ؟ setElementData ( Car[Source], "Data", getPlayerName(source) ) addEventHandler ( "onVehicleStartEnter" , root , function (player) if ( getElementData(player,"data") ~= player ) then cancelEvent ( ) outputChatBox ( "* خاصة", source,255,0,0,true ) end end ) ; Link to comment
#BrosS Posted April 25, 2017 Share Posted April 25, 2017 setElementData ( Car[Source], "Data", "Allow" ) addEventHandler ( "onVehicleStartEnter" , root , function () if ( getElementData(source,"data") ~= "Allow" ) then cancelEvent ( ) outputChatBox ( "* خاصة", source,255,0,0,true ) end end ) ; Link to comment
iMr.WiFi..! Posted April 25, 2017 Share Posted April 25, 2017 (edited) الافضل تخليها على اسم الاكوانت ! + بروس انت ماسويت شيء ؟ كل الي عندهم سيارة املاك بينزلهم وبيصير عليها داتا , بيصير كذا setElementData ( Car[Source], "Data", getAccountName(getPlayerAccount(source)) ) -- سويه عند انشاء سيارة addEventHandler ( "onVehicleStartEnter" , root , function ( player ) if (isGuestAccount ( getPlayerAccount( player ) ) ) then return end if ( getElementData(source,"Data") ~= getAccountName(getPlayerAccount(player)) ) then cancelEvent ( ) outputChatBox ( "* خاصة", player,255,0,0,true ) end end ) ; Edited April 25, 2017 by iMr.WiFi..! Link to comment
Adham Posted April 25, 2017 Author Share Posted April 25, 2017 مستر واي فاي يوم انا م انزل سياره اجي اركبها يقول لي سيارة خاصة Link to comment
#BrosS Posted April 25, 2017 Share Posted April 25, 2017 9 minutes ago, Deativated said: مستر واي فاي يوم انا م انزل سياره اجي اركبها يقول لي سيارة خاصة debugscript 3 Link to comment
Adham Posted April 25, 2017 Author Share Posted April 25, 2017 Just now, #BrosS said: debugscript 3 مفيش دي بق المشكله : انا المنزل السيارة يوم اركبها يقول لي سياره خاصة يوم اطلع اسجل الخروج اركب السيارة عادي Link to comment
iMr.WiFi..! Posted April 25, 2017 Share Posted April 25, 2017 (edited) وريني كود حق الانشاء السيارة وعدل على الكود الي عطيتك اياه بذا addEventHandler ( "onVehicleStartEnter" , root , function ( player ) if (isGuestAccount ( getPlayerAccount( player ) ) ) then return cancelEvent ( ) end if ( getElementData(source,"Data") ~= getAccountName(getPlayerAccount(player)) ) then cancelEvent ( ) outputChatBox ( "* خاصة", player,255,0,0,true ) end end ) ; Edited April 25, 2017 by iMr.WiFi..! Link to comment
^iiEcoo'x_) Posted April 25, 2017 Share Posted April 25, 2017 جرب بدل root الى resourceRoot اذا ما زبط سويه بالمتغيرات Link to comment
Abdul KariM Posted April 25, 2017 Share Posted April 25, 2017 @#_iMr.[E]coo مالها دخل بالاخير فيه تحققات جرب الكود هذا ويعتمد على كود انشاء السيارة addEventHandler ( "onVehicleStartEnter", getRootElement(), function ( player ) if ( Vehicle [ player ] ~= source ) then cancelEvent ( true , "مركبة خاصة" ) outputChatBox ( getCancelReason ( ) , player , 255 , 255 , 255 , true ) end end ) الكود شغال ومتأكد منه اذا ماضبط اطرح كود انشاء السيارة 1 Link to comment
Adham Posted April 25, 2017 Author Share Posted April 25, 2017 (edited) 2 hours ago, Abdul KariM said: @#_iMr.[E]coo مالها دخل بالاخير فيه تحققات جرب الكود هذا ويعتمد على كود انشاء السيارة addEventHandler ( "onVehicleStartEnter", getRootElement(), function ( player ) if ( Vehicle [ player ] ~= source ) then cancelEvent ( true , "مركبة خاصة" ) outputChatBox ( getCancelReason ( ) , player , 255 , 255 , 255 , true ) end end ) الكود شغال ومتأكد منه اذا ماضبط اطرح كود انشاء السيارة دلوقتي محتاج اسوي داتا ع السياره او لا ؟ شف كل م اركب سيارة اخري غير النزلتها من اللوحه يجيلي املاك خاصة ليش كدا Edited April 25, 2017 by Deativated Link to comment
Adham Posted April 26, 2017 Author Share Posted April 26, 2017 انا كنت ابي أسوي مثلا اذا الاعب ركب السيارة الخاصة النزلت بالقريد لست مب اي سياره بالسرفر ومب معه داتا يكنسل الافنت بس م عرفت أسوي اذا ركب سيارة حق القريد مب كل السيارات بالسرفر 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