#STZ Posted February 21, 2016 Share Posted February 21, 2016 (edited) السلام عليكم و رحمة الله وبركاته كيف حالكم يا شباب عساكم طيبين معاكم اخوكم نايف اليوم جبتلكم فنكشنات حلوة الفنكشنات كلنت اول فنكشن ظهور كلمة في الشات عند خروج اللاعب function onQuitGame( reason ) outputChatBox ( getPlayerName( source ).." has left the server ("..reason..")" ) end addEventHandler( "onClientPlayerQuit", getRootElement(), onQuitGame ) عند دخول اللاعب function remotePlayerJoin() outputChatBox("* " .. getPlayerName(source) .. " has joined the server") end addEventHandler("onClientPlayerJoin", getRootElement(), remotePlayerJoin) ان شاء الله الموضوع القادم راح يكون كود الضغط علي الزر كل ٥ ثواني مثلا Edited February 24, 2016 by Guest Link to comment
#STZ Posted February 21, 2016 Author Share Posted February 21, 2016 انتظروا الاكواد القادمة ان شاء الل Link to comment
Simple. Posted February 22, 2016 Share Posted February 22, 2016 ننتظر على آحر من الجمر Link to comment
Ja[B]er[X]Pro Posted February 22, 2016 Share Posted February 22, 2016 وعليكم السلام ورحمة الله وبركاته اخي لو تشرح الاكواد مثال : اليوم جبت لكم طريقة عمل كود اخراج كلام بالشات عند دخول الاعب بالبداية نحتاج الحدث وهو عند دخول الاعب onPlayerJoin بعدها نسوي function بعدها نحتاج الى فنكشن اخراج كلام بالشات وهو outputChatBox ونسوي end لل function حتى يصير الكود هكذا addEventHandler("onPlayerJoin",root, --الحدث عند دخول الاعب function() --الوظيفة outputChatBox("Welcome To Server",source,255,255,0) --نخرج كلام بالشات end -- نهاية للوظيفة ) انهاء قوس الحدث 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