Jump to content

طلب كود


Adham

Recommended Posts

Posted

سلام عليكم انا مسوي قريد لست وفيها العربيات

ابي لما يحدد علي عربيه ويضعط button

اسمه

Destroy تتسحب السياره الهوا ركبها

ولازم يكون داخل السياره

ولو محددش شي وضعط علي ال button لوحدو

ما تتسحب شي

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted
  
'onClientGUIClick' 
getPedOccupiedVehicle 
destroyElement 
  

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted

بسس ابيه لازم يكون محدد شي بالقريد لست لو مش محدد ما يتسحب شي

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted

انا عمل مود عامل ريد لست وضايف عربيات

عاو ز اليحدد عربية بالقريد لست

ويضعط علي ال button

تتسحب السيارة

لو مش محدد شي

ما تتسحب شي

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted
  
'onClientGUIClick' 
guiGridListGetSelectedItem 
guiGridListGetItemText 
destroyElement 
  

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted
addEventHandler ( "onClientGUIClick", resourceRoot, 
function () 
if ( source == GUIEditor.button[2] ) then 
guiGridListGetItemText ( grid, guiGridListGetSelectedItem ( grid ), 1 )  
if isPedInVehicle ( localPlayer ) then 
destroyElement (  getPedOccupiedVehicle(localPlayer) ) 
end 
end) 
  

فيه مشكله؟

 

قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل B-18.png 

Posted
addEventHandler ( "onClientGUIClick", resourceRoot, 
function () 
if ( source == GUIEditor.button[2] ) then 
guiGridListGetItemText ( grid, guiGridListGetSelectedItem ( grid ), 1 )  
if isPedInVehicle ( localPlayer ) then 
destroyElement (  getPedOccupiedVehicle(localPlayer) ) 
end 
end) 
  

فيه مشكله؟

addEventHandler ( "onClientGUIClick", resourceRoot, 
function () 
if ( source == GUIEditor.button[2] ) then 
if guiGridListGetSelectedItem ( grid ) ~= -1 and isPedInVehicle ( localPlayer ) then 
destroyElement (  getPedOccupiedVehicle(localPlayer) ) 
end 
end 
end 
) 
  

ناقصك اند جرب

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted

انت الحين ماحددت وش الي تبي تسحبه

سيارة لاعب محدده من قريد ليست ؟ ولا اي سيارة من القريد ليست تبي تحذفها ؟

وضح زيادة

[ Skype : kreee89 - Discord : Abdul_KariM#1326 / طلبات البرمجة

https://www.paypal.me/AbdulKariMx / اذا حاب تدعمني

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...