Jump to content

ابغا فنكش


z24d

Recommended Posts

ذة شرح

ذة اذا تبي تخلي طيران و الخ ..

استبدل Button ب اسم الزر

addEventHandler ("onClientGUIClick", getRootElement(), 
function () 
if source == Button then 
setWorldSpecialPropertyEnabled ( "extrajump", true ) 
end 
 end 
) 

طبعا ذة اذا ضغط على الزر يخليك تنط ازيد

اذا تبي تخلي اشياء ازيد او تغير الهاك سو نفس كذا

مثال :

addEventHandler ("onClientGUIClick", getRootElement(), 
function () 
if source == Button then 
setWorldSpecialPropertyEnabled ( "extrajump", true ) 
elseif 
source == Button1 then 
setWorldSpecialPropertyEnabled ( "hovercars", true ) 
end 
 end 
) 

وهكذا

تخلي فقط elseif اذا تبي اكثر

وذي الكلمات للهاك مع فايدتها

hovercars - سباحة السيارة في البحر

aircars - طيران السيارة

extrabunny - قفزة عالية ب الدراجة الهوائية

extrajump - قفزة عالية

واذا تبي زر يوقف جميعهم فقط سو نفس كذا ..

addEventHandler ("onClientGUIClick", getRootElement(), 
function () 
if source == Button3 then 
setWorldSpecialPropertyEnabled ( "hovercars", false ) 
setWorldSpecialPropertyEnabled ( "aircars", false ) 
setWorldSpecialPropertyEnabled ( "extrabunny", false ) 
setWorldSpecialPropertyEnabled ( "extrajump", false ) 
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...