Sylence Posted March 20, 2016 Share Posted March 20, 2016 السلام عليكم ان اجبت كود مود المتوجدين في الشات --[[ * By Mr.SAUD * * Skyep:MR_SAUD8 * --]] function max() outputChatBox(".:[ ".. getPlayerCount() .."/".. getMaxPlayers() .." ]:. : الاعبين المتواجدين ]:.",getRootElement(), math.random ( 0, 255 ), math.random ( 0, 255 ), math.random ( 0, 255 ),true ) end setTimer (max, 60000,0) انا عاوز المود يطلع مثلن كدا في الشات # [ Quit ] There Are Now : 【 199/600 】 Players On This Server ! بدل لعلابين المتواجدون وعاوز في النص المتواجدون وعاوز دي ملن 199/600 ب لون اصفر Link to comment
Jupi Posted March 20, 2016 Share Posted March 20, 2016 function max() outputChatBox("#00FFFF# [ Quit ] There Are Now : 【#FFFF00".. getPlayerCount() .."/".. getMaxPlayers() .."#00FFFF 】 Players On This Server ! ",getRootElement(), math.random ( 0, 255 ), math.random ( 0, 255 ), math.random ( 0, 255 ),true ) end setTimer (max, 60000,0) كذا ؟ Link to comment
7up2016 Posted March 20, 2016 Share Posted March 20, 2016 السلام عليكم ان اجبت كود مودالمتوجدين في الشات --[[ * By Mr.SAUD * * Skyep:MR_SAUD8 * --]] function max() outputChatBox(".:[ ".. getPlayerCount() .."/".. getMaxPlayers() .." ]:. : الاعبين المتواجدين ]:.",getRootElement(), math.random ( 0, 255 ), math.random ( 0, 255 ), math.random ( 0, 255 ),true ) end setTimer (max, 60000,0) انا عاوز المود يطلع مثلن كدا في الشات # [ Quit ] There Are Now : 【 199/600 】 Players On This Server ! بدل لعلابين المتواجدون وعاوز في النص المتواجدون وعاوز دي ملن 199/600 ب لون اصفر function quitPlayer ( ) local R = math.random ( 0, 255 ) local G = math.random ( 0, 255 ) local B = math.random ( 0, 255 ) outputChatBox("#FF0000# [ Quit ] There Are Now : 【 #FFFF00".. getPlayerCount() .."/".. getMaxPlayers() .."#FF0000 】 Players On This Server ! ",root,R,G,B,true ) end addEventHandler ( "onPlayerQuit", getRootElement(), quitPlayer ) function joinPlayer ( ) local R = math.random ( 0, 255 ) local G = math.random ( 0, 255 ) local B = math.random ( 0, 255 ) outputChatBox("#00FF00# [ Join ] There Are Now : 【 #FFFF00".. getPlayerCount() .."/".. getMaxPlayers() .."#00FF00 】 Players On This Server ! ",root,R,G,B,true ) end addEventHandler ( "onPlayerJoin", getRootElement(), joinPlayer ) 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