MANAMAY Posted January 30, 2013 Share Posted January 30, 2013 addEventHandler ( "onVehicleEnter" , root function ( ) outputChatBox("(لتصليح السيارة اضغط على{ت})", source, 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", source, 255, 0, 0, true ) end ) شباب انا ابغي اذا دش اللاعب السيارة يطلع ليه الكلام Link to comment
jafar Posted January 30, 2013 Share Posted January 30, 2013 جرب function enterVehicle ( thePlayer, seat ) outputChatBox("(لتصليح السيارة اضغط على{ت})", ThePlayer, 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", ThePlayer, 255, 0, 0, true ) end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) Link to comment
==>ҭᾄlᾄl Posted January 30, 2013 Share Posted January 30, 2013 جرب function enterVehicle ( thePlayer, seat ) outputChatBox("(لتصليح السيارة اضغط على{ت})", ThePlayer, 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", ThePlayer, 255, 0, 0, true ) end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) function enterVehicle ( thePlayer, seat ) outputChatBox("(لتصليح السيارة اضغط على{ت})", thePlayer, 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", thePlayer, 255, 0, 0, true ) end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) Link to comment
jafar Posted January 30, 2013 Share Posted January 30, 2013 جرب function enterVehicle ( thePlayer, seat ) outputChatBox("(لتصليح السيارة اضغط على{ت})", ThePlayer, 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", ThePlayer, 255, 0, 0, true ) end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) function enterVehicle ( thePlayer, seat ) outputChatBox("(لتصليح السيارة اضغط على{ت})", thePlayer, 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", thePlayer, 255, 0, 0, true ) end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) ??? Link to comment
==>ҭᾄlᾄl Posted January 30, 2013 Share Posted January 30, 2013 جرب function enterVehicle ( thePlayer, seat ) outputChatBox("(لتصليح السيارة اضغط على{ت})", [b]ThePlayer[/b], 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", [b]ThePlayer[/b], 255, 0, 0, true ) end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) function enterVehicle ( thePlayer, seat ) outputChatBox("(لتصليح السيارة اضغط على{ت})", [b]thePlayer[/b], 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", [b]thePlayer[/b], 255, 0, 0, true ) end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) Link to comment
jafar Posted January 30, 2013 Share Posted January 30, 2013 جرب function enterVehicle ( thePlayer, seat ) outputChatBox("(لتصليح السيارة اضغط على{ت})", [b]ThePlayer[/b], 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", [b]ThePlayer[/b], 255, 0, 0, true ) end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) function enterVehicle ( thePlayer, seat ) outputChatBox("(لتصليح السيارة اضغط على{ت})", [b]thePlayer[/b], 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", [b]thePlayer[/b], 255, 0, 0, true ) end addEventHandler ( "onVehicleEnter", getRootElement(), enterVehicle ) ايش الفرق ,, بس شلت المسافات !! Link to comment
==>ҭᾄlᾄl Posted January 30, 2013 Share Posted January 30, 2013 quote]ايش الفرق ,, بس شلت المسافات !! لا انت كنت كاتب ThePlayer وانا عدلتها الى thePlayer Link to comment
===|OSAMA|=== Posted January 31, 2013 Share Posted January 31, 2013 addEventHandler ( "onVehicleEnter" , root function ( ) outputChatBox("(لتصليح السيارة اضغط على{ت})", source, 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", source, 255, 0, 0, true ) end ) شباب انا ابغي اذا دش اللاعب السيارة يطلع ليه الكلام ^ عند الحدث rootنآقص عندكـ فآصلةة بعد الـ + source أنت حاط بالششآت يعني الكلام مآ رح يطلع للاعب رح يطلع للسيارة Source The source of this event is the vehicle that was entered. يصصير كذآ addEventHandler ( "onVehicleEnter" , root, function ( player ) outputChatBox("(لتصليح السيارة اضغط على{ت})", player, 255, 0, 0, true ) outputChatBox("(لقلب السيارى اضغط على {ح})", player, 255, 0, 0, true ) end ) + كود الأخ جعفر صحيح , بسس حبيت اوضحح لكـ أخطآئكـ عشآن لا تكرر نفس الخطأ بالمسستقبل # 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