Jump to content

طلب اكواد وبحاول اني اكملهم (تمت الافادة(


Recommended Posts

السلام عليكم

ابي اكواد الهاك مثل الطيران aircars

انا ابي الكلمات الثانين مثلا سيارة تمشي في البحر مع الاكواد

وبحاول اني اكملهم

والسلام عليكم

:rocol::rocol:

Edited by Guest
Link to comment
setWorldSpecialPropertyEnabled 

صح كودي ؟

addEventHandler ("onClientGUIClick", getRootElement(), 
function () 
if source == fc then 
setWorldSpecialPropertyEnabled ( "aircars", true ) 
elseif 
source == hc then 
setWorldSpecialPropertyEnabled ( "hovercars", true ) 
elseif 
source == ac then 
setWorldSpecialPropertyEnabled ( "extrabunny", true ) 
elseif 
source == ej then 
setWorldSpecialPropertyEnabled ( "extrajump", true ) 
end 
 end 
) 

Link to comment
  
addEventHandler('onClientGUIClick',root, function ( ) 
if ( source == fk ) then 
setWorldSpecialPropertyEnabled ( "aircars", true ) 
elseif ( source == hc ) then 
setWorldSpecialPropertyEnabled ( "hovercars", true ) 
elseif ( source == ac ) then 
setWorldSpecialPropertyEnabled ( "extrabunny", true ) 
elseif ( source == ej ) then 
setWorldSpecialPropertyEnabled ( "extrajump", true ) 
end 
 end 
  )   
  

جرب

Link to comment
  
addEventHandler('onClientGUIClick',root, function ( ) 
if ( source == fk ) then 
setWorldSpecialPropertyEnabled ( "aircars", true ) 
elseif ( source == hc ) then 
setWorldSpecialPropertyEnabled ( "hovercars", true ) 
elseif ( source == ac ) then 
setWorldSpecialPropertyEnabled ( "extrabunny", true ) 
elseif ( source == ej ) then 
setWorldSpecialPropertyEnabled ( "extrajump", true ) 
end 
 end 
  )   
  

جرب

اصلن اكواده صح وش سويت انت ؟

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