Jump to content

طلب كود


SoMe/RPG

Recommended Posts

يخي لي ما يشتغل
addEventHandler(''onPlayerJoin'',root, 
function ( ) 
giveWeapon(source,31,6) 
end 
) 

دة اول لما الاعب يدخل يعطيه سلاح ! :|

وياريتة صح !

addEventHandler('onPlayerJoin',root, 
    function (  )    
            giveWeapon ( source,31,300 ) 
    end 
) 

هذه الصحيح

Link to comment

جـرب *

addEventHandler('onClientResourceStart',root, 
 function() 
      fadeCamera ( false ) 
      guiSetVisible(window, not guiGetVisible( window )) 
      showCursor( not isCursorShowing( ) ) 
  end 
) 

window = أسـم لـوحـتـك *

Edited by Guest
Link to comment
جـرب *

addEventHandler('onPlayerJoin',root, 
 function() 
      guiSetVisible(window, not guiGetVisible( window )) 
      showCursor( not isCursorShowing( ) ) 
      fadeCamera( source, true, 1.5 ) 
  end 
) 

window = أسـم لـوحـتـك *

هريسة جنوبية .. : ' )

Link to comment

حدث سيرفر في كلنت ؟

addEventHandler ( 'onClientResourceStart',resourceRoot, 
    function (      ) 
        fadeCamera ( false ) 
        guiSetVisible ( element,true ) 
        showCursor ( true ) 
    end ) 

* Post reported .

Edited by Guest
Link to comment

هريسة جنوبية .. : ' )

هااذذا حالكم يالمتكبرين تجيبون الرد وتمشون لافي مساعده ولا شي

حدث سيرفر في كلنت ؟

addEventHandler ( 'onClientResourceStart',resourceRoot, 
    function (      ) 
        fadeCamera ( false ) 
        guiSetVisible ( element,true ) 
        showCursor ( true ) 
    end ) 

* Post reported .

Friend

i am :crazy: You :firestarter:

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...