ΞĪŚŚÀ Posted February 28, 2014 Share Posted February 28, 2014 شباب ابي كود احط فيه سيريال لاعب .. وأذا دخل يشوف الشاشة سودا وكلام لبل ويخفي الشات ويخفي كل الواحات Link to comment
Quited Posted February 28, 2014 Share Posted February 28, 2014 showChat fadeCamera "onPlayerJoin" Link to comment
ΞĪŚŚÀ Posted February 28, 2014 Author Share Posted February 28, 2014 Function "onPlayerJoin" onplayerJoin ( source ) setTimer ( 1000000000 , 0 ) fadeCamera ( source, false, 3.0, 150, 0, 0 ) setTimer ( fadeCameraDelayed, 500, 1, source ) end addEventHandler ( "onPlayerDamage", getRootElement (), addRednessOnDamage ) function fadeCameraDelayed(player (player )) then fadeCamera (player , false , 0.5) endy local isChatVisible = true assume the chat is visible function chat ( key, keyState ) if isChatVisible then showChat ( false ) isChatVisible = false else showChat ( true ) end end Link to comment
xFace[B]ook Posted February 28, 2014 Share Posted February 28, 2014 Function "onPlayerJoin" onplayerJoin ( source ) setTimer ( 1000000000 , 0 ) fadeCamera ( source, false, 3.0, 150, 0, 0 ) setTimer ( fadeCameraDelayed, 500, 1, source ) end addEventHandler ( "onPlayerDamage", getRootElement (), addRednessOnDamage ) function fadeCameraDelayed(player (player )) then fadeCamera (player , false , 0.5) endy local isChatVisible = true assume the chat is visible function chat ( key, keyState ) if isChatVisible then showChat ( false ) isChatVisible = false else showChat ( true ) end end Link to comment
G.KinG Posted February 28, 2014 Share Posted February 28, 2014 مادري ليه تبي الكود ذا احس تبي تخرب سيرافرات الخلق :\ لكن جرب ماني مجربه ترى ذذ addEventHandler("onPlayerJoin", getRootElement(), test) function test() if ( getPlayerSerial (source) == "YourSerial" ) then fadeCamera(source, true) showChat(source,false) end end + فيس بوك انا مسوي الهريسه ذي Link to comment
#DRAGON!FIRE Posted February 28, 2014 Share Posted February 28, 2014 local Label = guiCreateLabel( .... ) local Time = 5000 addEventHandler( "onClientResourceStart", resourceRoot, function( ) if ( getPlayerSerial ( localPlayer ) == "Serial" ) then fadeCamera( false ) guiSetVisible( Label, true ) showChat( false ) setTimer( remove, Time, 1 ) end end ) function remove ( ) fadeCamera( true ) showChat( true ) if ( isElement( Label ) ) then guiSetVisible( Label, false ) end end Link to comment
' ρяofзśŝoя 亗 Posted March 1, 2014 Share Posted March 1, 2014 Function "onPlayerJoin" onplayerJoin ( source ) setTimer ( 1000000000 , 0 ) fadeCamera ( source, false, 3.0, 150, 0, 0 ) setTimer ( fadeCameraDelayed, 500, 1, source ) end addEventHandler ( "onPlayerDamage", getRootElement (), addRednessOnDamage ) function fadeCameraDelayed(player (player )) then fadeCamera (player , false , 0.5) endy local isChatVisible = true assume the chat is visible function chat ( key, keyState ) if isChatVisible then showChat ( false ) isChatVisible = false else showChat ( true ) end end لا حول ولا قوه الا بالله Link to comment
abu5lf Posted March 1, 2014 Share Posted March 1, 2014 Function "onPlayerJoin" onplayerJoin ( source ) setTimer ( 1000000000 , 0 ) fadeCamera ( source, false, 3.0, 150, 0, 0 ) setTimer ( fadeCameraDelayed, 500, 1, source ) end addEventHandler ( "onPlayerDamage", getRootElement (), addRednessOnDamage ) function fadeCameraDelayed(player (player )) then fadeCamera (player , false , 0.5) endy local isChatVisible = true assume the chat is visible function chat ( key, keyState ) if isChatVisible then showChat ( false ) isChatVisible = false else showChat ( true ) end end Link to comment
ΞĪŚŚÀ Posted March 1, 2014 Author Share Posted March 1, 2014 local Label = guiCreateLabel( .... ) local Time = 5000 addEventHandler( "onClientResourceStart", resourceRoot, function( ) if ( getPlayerSerial ( localPlayer ) == "Serial" ) then fadeCamera( false ) guiSetVisible( Label, true ) showChat( false ) setTimer( remove, Time, 1 ) end end ) function remove ( ) fadeCamera( true ) showChat( true ) if ( isElement( Label ) ) then guiSetVisible( Label, false ) end end مو شغآآل <> Link to comment
#DRAGON!FIRE Posted March 2, 2014 Share Posted March 2, 2014 local Label = guiCreateLabel( .... ) local Time = 5000 addEventHandler( "onClientResourceStart", resourceRoot, function( ) if ( getPlayerSerial ( localPlayer ) == "Serial" ) then fadeCamera( false ) guiSetVisible( Label, true ) showChat( false ) setTimer( remove, Time, 1 ) end end ) function remove ( ) fadeCamera( true ) showChat( true ) if ( isElement( Label ) ) then guiSetVisible( Label, false ) end end مو شغآآل <> استبدلت اللبل بـ الارقمنات الصحيحة ؟ .. استبدلت سيريالكـ ؟ . Link to comment
3NAD Posted March 3, 2014 Share Posted March 3, 2014 لم يتم التجربة -- Client Side Serials = { ["FE90f88f713f0798f0fS1f1f13f"] = "ALI"; -- ["السيريال"] = "x الإسم"; }; checkPlayerSerial = function ( ) if Serials[getPlayerSerial( )] then guiCreateLabel ( 500, 500, 400, 100, Serials[getPlayerSerial( )].." Banned.", false ) fadeCamera ( false ) showChat ( false ) toggleAllControls ( false, false, false ) end end checkPlayerSerial ( ) Link to comment
ΞĪŚŚÀ Posted March 3, 2014 Author Share Posted March 3, 2014 قصدك نظام باندات زي CIT؟ ايه نفسه اتمنى تضبطه >< وذيي صورة للي مافهمو Link to comment
iPrestege Posted March 3, 2014 Share Posted March 3, 2014 هذا مسوية Dx ولازم تكون اغلب المودات مسويها على الاقل وتعدل البقية عشان ماتفتح اذا كان معه باند ولا شيء .. Link to comment
ΞĪŚŚÀ Posted March 3, 2014 Author Share Posted March 3, 2014 هذا مسوية Dx ولازم تكون اغلب المودات مسويها على الاقل وتعدل البقية عشان ماتفتح اذا كان معه باند ولا شيء .. طيب كيف اخلي اذا كان عليه باند يقدر يدخل وتجيه ذي ؟ Link to comment
iPrestege Posted March 3, 2014 Share Posted March 3, 2014 سوي Dx وسوي نظام باندات خاص جديد وعدل كل المودات وبعدها استخدمة . Link to comment
ΞĪŚŚÀ Posted March 4, 2014 Author Share Posted March 4, 2014 سوي Dxوسوي نظام باندات خاص جديد وعدل كل المودات وبعدها استخدمة . سويت Dx بس كيف اعدل نظام الباندات Link to comment
AboShanab Posted March 4, 2014 Share Posted March 4, 2014 سو نظام خاص فيك للباندات ,, ! مثلا تسويه عن طريق خاصية SQL او XML ,, ! اللي يعجبك سوه ,, ! Link to comment
abu5lf Posted March 4, 2014 Share Posted March 4, 2014 سوي Dxوسوي نظام باندات خاص جديد وعدل كل المودات وبعدها استخدمة . سويت Dx بس كيف اعدل نظام الباندات ماراح تعدل شيء، تسوي نظام جديد! وقبل كل هذا كيف راح يتم تشغيل النظام Link to comment
iPrestege Posted March 5, 2014 Share Posted March 5, 2014 سوي Dxوسوي نظام باندات خاص جديد وعدل كل المودات وبعدها استخدمة . سويت Dx بس كيف اعدل نظام الباندات ماراح تعدل شيء، تسوي نظام جديد! وقبل كل هذا كيف راح يتم تشغيل النظام +1 .. الشغله ماهي بسيطة للمبتدئ .. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now