Jump to content

bindKey >> Badargument


AL-SAYED

Recommended Posts

  
  
  
bindKey( 'F7', 'down',  
function( ) 
        if not( i ) then 
            Animation.createAndPlay( II1, Animation.presets.guiMove( 0, 0, 2000 ) ) 
            showCursor( true ) 
        else 
            Animation.createAndPlay( II1, Animation.presets.guiMove( 242, 106, 2000 ) ) 
            centerWindow ( II1, 1, 4 ) 
            showCursor( false ) 
        end 
    i = not i 
    end 
    ) 
     
  

[2013-01-31 11:32:05] WARNING: new_shop\server.lua:182: Bad argument @ 'bindKey'

Link to comment
bindKey ( "F12" , "down" , function() 
        if not( i ) then 
            Animation.createAndPlay( II1, Animation.presets.guiMove( 0, 0, 2000 ) ) 
            showCursor( true ) 
        else 
            Animation.createAndPlay( II1, Animation.presets.guiMove( 242, 106, 2000 ) ) 
            centerWindow ( II1, 1, 4 ) 
            showCursor( false ) 
        end 
    i = not i 
    end 
    ) 

انا مو متاكد جرب . :D

Link to comment
  
  
  
bindKey( 'F7', 'down',  
function( ) 
        if not( i ) then 
            Animation.createAndPlay( II1, Animation.presets.guiMove( 0, 0, 2000 ) ) 
            showCursor( true ) 
        else 
            Animation.createAndPlay( II1, Animation.presets.guiMove( 242, 106, 2000 ) ) 
            centerWindow ( II1, 1, 4 ) 
            showCursor( false ) 
        end 
    i = not i 
    end 
    ) 
     
  

[2013-01-31 11:32:05] WARNING: new_shop\server.lua:182: Bad argument @ '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...