Jump to content

تعديل


Recommended Posts

السلام عليكم ان اجبت كود مود

المتوجدين في الشات

--[[ 
 * 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
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
السلام عليكم ان اجبت كود مود

المتوجدين في الشات

--[[ 
 * 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

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...