Jump to content

مساعدة ي قماعةة


Recommended Posts

-- # Client Side : 
  
-- # g_Button = Your Button Name ; 
  
addEventHandler ("onClientGUIClick",g_Button, 
 function (  ); 
 triggerServerEvent ("kill",localPlayer ); 
    end 
  ,false ) 

-- # Server Side : 
  
addEvent ("kill", true) 
addEventHandler ("kill",root, function (  ) 
 killPed (client) 
   end ) 
Link to comment
سفاح كيف افك لوحة انت مو خاط زر
bindKey -- فنكشن زر 
guiGetVisible -- فنكشن للتحقق من وضع النافذه مخفي/ظاهر 
guiSetVisible -- تغير وضع النافذه اخفاء/اظهار 
showCursor -- تغير وضع الماوس اخفاء/اظهار 

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