Jump to content

x[مساعدة]x بكود زر اعطاء سيارة


Recommended Posts

الكود ابي لما يعطيه سيارة و هو في سيارة ينقله داخل السيارة اللي اخذها

addEventHandler("onClientGUIClick",root,function ( ) 
if source == btn1 then 
triggerServerEvent("Acc:My:Car",localPlayer) 
end 
end 
) 

كلنت

addEvent("Acc:My:Car",true) 
addEventHandler("Acc:My:Car",root, 
function ( ID ) 
local x,y,z = getElementPosition(source) 
Cars[source] = createVehicle(ID,x,y,z) 
OutPut( "تم انزال السيارة الخاصة",source,255,255,0)     
end 
) 

اذا ابي جاهز ادري ان الفانكسن اسمه

warpPlayerIntoVehicle 

بس ابيه يستبدل السيارة الاصلية حقته بالسيارة اللي راح ياخذها و تكون بنفس الاحداثيات مو تكون دوارانها مختلف

وشكرا مقدما

Link to comment

addEvent("Acc:My:Car",true) 
addEventHandler("Acc:My:Car",root,function ( ID ) 
if ( isElement(Cars[source]) ) then destroyElement(Cars[source]) end 
local x,y,z = getElementPosition(source) 
Cars[source] = createVehicle(ID,x,y,z) 
warpPlayerIntoVehicle ( source,Cars[source] ) 
OutPut( "تم انزال السيارة الخاصة",source,255,255,0)     
end) 
  
Link to comment
addEvent("Acc:My:Car",true) 
addEventHandler("Acc:My:Car",root,function ( ID ) 
if ( isElement(Cars[source]) ) then destroyElement(Cars[source]) end 
local x,y,z = getElementPosition(source) 
Cars[source] = createVehicle(ID,x,y,z) 
warpPlayerIntoVehicle ( source,Cars[source] ) 
OutPut( "تم انزال السيارة الخاصة",source,255,255,0)     
end) 
  

كفووووو اوسكار + رجعت كنت وين ؟

Link to comment
addEvent("Acc:My:Car",true) 
addEventHandler("Acc:My:Car",root,function ( ID ) 
if ( isElement(Cars[source]) ) then destroyElement(Cars[source]) end 
local x,y,z = getElementPosition(source) 
Cars[source] = createVehicle(ID,x,y,z) 
warpPlayerIntoVehicle ( source,Cars[source] ) 
OutPut( "تم انزال السيارة الخاصة",source,255,255,0)     
end) 
  

غير معرف ID البارامتر

+ ناقصك تحذف القيمه من الجدول اللي مب موجود اصلاً.

Link to comment
addEvent("Acc:My:Car",true) 
addEventHandler("Acc:My:Car",root,function ( ID ) 
if ( isElement(Cars[source]) ) then destroyElement(Cars[source]) end 
local x,y,z = getElementPosition(source) 
Cars[source] = createVehicle(ID,x,y,z) 
warpPlayerIntoVehicle ( source,Cars[source] ) 
OutPut( "تم انزال السيارة الخاصة",source,255,255,0)     
end) 
  

غير معرف ID البارامتر

+ ناقصك تحذف القيمه من الجدول اللي مب موجود اصلاً.

طيب الايدي عرفانها

وسويتها

addEventHandler("onClientGUIClick",root,function ( ) 
if source == btn1 then 
triggerServerEvent("Acc:My:Car",localPlayer,409) 
end 
end 
) 

طيب الحين القيمة و مدري وش فهمني

Link to comment

الكود تمام و كفوك الجدول كان موجود بس ما طرحته

في شي بسيط

اذا ضغط الزر يعطيك سيارة تمام لاكن يا غالي السيارة القديمة ما تنحذف ابيه يستبدلهم يسحب القديمة و يعطيه الجديدة اللي هي ايدي 409

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...