Jump to content

مشكله في الكود guiSetVisible


Recommended Posts

addEventHandler("onResourceStart",getRootElement(), function ( ) 
for i,v in ipairs(getElementsByType("player")) do  
bindKey(v,"F3","down",ProGamer) 
end 
 end) 
  
function ProGamer ( ) 
-- your code 
end 
  

لازم تضيف

ProGamer ()

ProGamer مو شرط يكون أسم الفنكشن

غيره بكيفك

Link to comment
addEventHandler("onResourceStart",getRootElement(), function ( ) 
for i,v in ipairs(getElementsByType("player")) do  
bindKey(v,"F3","down",ProGamer) 
end 
 end) 
  
function ProGamer ( ) 
-- your code 
end 
  

لازم تضيف

ProGamer ()

ProGamer مو شرط يكون أسم الفنكشن

غيره بكيفك

أقصد لازم تضيف ProGamer()

في الفنكشن عشان bindKey

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