AHMAD1234 Posted June 3, 2013 Share Posted June 3, 2013 السلام عليكم شباب مشكلتي اليوم مع ذا الكود veh = {} addEventHandler("onVehicleStartEnter",root, function (player) if veh[player] and isElement( veh[player] ) then veh[player] = veh[source] if ( getTeamName( getPlayerTeam( player ) ) ~= Settings["teamName"] ) then cancelEvent() outputChatBox("* #0069c7this vehicle for #ff0000"..Settings["teamName"].." #0069c7team",player,255,0,0,true) end end end ) المشكلة اللي فيه انه يسوي الامر مرة واحدة بس ما يتكرر يعني الاعب لمى يجي يبى يركب السيارة يطلعله كلام في الشات يقول "this vehicle for Gang team" ولمى يرجع الاعب مره ثانيه يبغى يركب السيارة ما يطلع له "this vehicle for Gang team" ويقدر يركب السيارة خلاصة الكلام انه الخلل اللي في المود هو: اللاعب لمى يجي يضغط المره الاولى يطلع له الكلام اللي في الشات وما يقدر يدخل السيارة ولمى يجي مره ثانيه يضغط يقدر يدخل السيارت المساعدة يا شباب..؟؟ Link to comment
#DRAGON!FIRE Posted June 3, 2013 Share Posted June 3, 2013 local Team = "Tema Name" addEventHandler("onVehicleStartEnter", root, function(player) if veh[player] and isElement( veh[player] ) then veh[player] = veh[source] if (getPlayerTeam ( player ) ) and ( getPlayerTeam ( player ) == getTeamFromName ( "tostring ( Team )" ) ) then outputChatBox("* #0069c7this vehicle for #ff0000"..Team.." #0069c7team",player,255,0,0,true) cancelEvent() else outputChatBox("*Welcome",player,255,0,0,true) end end end) لـــم يتم التجربة Link to comment
iPrestege Posted June 3, 2013 Share Posted June 3, 2013 تقدر تقولي وش تستخدم من الـ setting? | = ورني كودكـ .. Link to comment
AHMAD1234 Posted June 3, 2013 Author Share Posted June 3, 2013 Settings = { ["teamName"] = "Gang", } Link to comment
#DRAGON!FIRE Posted June 3, 2013 Share Posted June 3, 2013 (edited) Settings = { ["teamName"] = "Gang", } ليش تتعب نفسكـ ؟ جرب الكود اللي طرحته وشفه لاكن مو متاكد يشتغل او لأ . Edited September 12, 2014 by Guest Link to comment
AHMAD1234 Posted June 3, 2013 Author Share Posted June 3, 2013 تستخدم سكربت العقرب ؟ لا بس استفدت من الخاصية..ض1 Link to comment
AHMAD1234 Posted June 3, 2013 Author Share Posted June 3, 2013 Settings = { ["teamName"] = "Gang", } لــيش تعب نفسسك # ~ جرب الكود الي عطيتك هو ورد لي خبر نفس الغلط اللي في الكود حقي Link to comment
iPrestege Posted June 3, 2013 Share Posted June 3, 2013 local Team = "Tema Name" addEventHandler("onVehicleStartEnter", root, function ( player ) if veh[player] and isElement ( veh[player] ) then if getPlayerTeam ( player ) ~= getTeamFromName ( Team ) then outputChatBox( "* #0069c7this vehicle for #ff0000"..Team.." #0069c7team",player,255,0,0,true ) cancelEvent( ) end end end ) Link to comment
#DRAGON!FIRE Posted June 3, 2013 Share Posted June 3, 2013 (edited) ^ برستيج .. لو ما عليكـ امر ممكن تفهمني وش الغلط اللي بكودي عشان اتعلم Edited September 12, 2014 by Guest Link to comment
iPrestege Posted June 3, 2013 Share Posted June 3, 2013 veh[source] = ? و عندك مسوي سترنق وداخلها توسترنق وهو من الاصل سترنق مستحيل يشتغل .. Link to comment
#DRAGON!FIRE Posted June 3, 2013 Share Posted June 3, 2013 (edited) veh[source] = ?و عندك مسوي سترنق وداخلها توسترنق وهو من الاصل سترنق مستحيل يشتغل .. اها .. صراحة ولله افدتني وعرفت الخطا مشكور برستيج . Edited September 12, 2014 by Guest Link to comment
AHMAD1234 Posted June 3, 2013 Author Share Posted June 3, 2013 local Team = "Tema Name" addEventHandler("onVehicleStartEnter", root, function ( player ) if veh[player] and isElement ( veh[player] ) then if getPlayerTeam ( player ) ~= getTeamFromName ( Team ) then outputChatBox( "* #0069c7this vehicle for #ff0000"..Team.." #0069c7team",player,255,0,0,true ) cancelEvent( ) end end end ) برستيج المشكلة اللي فيه انه ما يركب اي سيارة الا اذا كان من الفريق اي سيارة حتى الادمنيه والفري روم ما يقدر يركبها عشان كذا ان حطيت veh = {} veh[player] = veh[source] Link to comment
iPrestege Posted June 3, 2013 Share Posted June 3, 2013 يعني انت تبية اي سيارة ؟ مو سيارة محددهـ -.- ؟ Link to comment
AHMAD1234 Posted June 3, 2013 Author Share Posted June 3, 2013 يعني انت تبية اي سيارة ؟ مو سيارة محددهـ -.- ؟ الا اباه سيارة محدده Link to comment
AHMAD1234 Posted June 3, 2013 Author Share Posted June 3, 2013 استخدم كودي وبس ذذ يب استخدمته ونفس المشكلة ما يقدر يدخل السيارة المحدده ولا حتى اي سيارة ثانيه من الادمنيه او الفري روم Link to comment
iPrestege Posted June 3, 2013 Share Posted June 3, 2013 local Team = "Tema Name" addEventHandler("onVehicleStartEnter", root, function ( player ) if veh[player] and isElement ( veh[player] ) then if ( source == veh[player] ) then if getPlayerTeam ( player ) ~= getTeamFromName ( Team ) then outputChatBox( "* #0069c7this vehicle for #ff0000"..Team.." #0069c7team",player,255,0,0,true ) cancelEvent( ) end end end end ) Link to comment
AHMAD1234 Posted June 3, 2013 Author Share Posted June 3, 2013 خلاص كفو تمت الافادة تسلم يا برستيج وزاحف بعد.. Link to comment
#DRAGON!FIRE Posted June 3, 2013 Share Posted June 3, 2013 مع اني ما سويت شي .. لاكن حاولت اني اساعد واتعلم من الخطا العفو ع اية حال . 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