Jump to content

طلب مود او كود ممكن ؟


MeZo999

Recommended Posts

ابي مووووووووود لما يدخل واحد يعطيني كم شخص في السيرفر لما يخرج واحد يعطيني كم واحد في السيرفر

ما ابيه يكون مثلا واحد دخل ما ابيه يطلع اسمه انو دخل ابيه تكون يطلع كم في السيرفر

مثل الي في الزواره الهجوله ممكن :mrgreen:

Link to comment

------------------------------------- 
--      Made by ===|OSAMA|===      -- 
--    *Please Dont Remove This*    -- 
------------------------------------- 
function maxp() 
  local numPlayers = getPlayerCount() 
    outputChatBox("#000000** #736F6E لاعب في السيرفر #000000[ #ff0000" .. numPlayers .. " #000000]#736F6E يوجد #000000!!" ,getRootElement(), 255, 255,0,true ) 
end 
setTimer (maxp, 20000, 0) 

كود اسامه !!

Link to comment
  
--[color=#FF0000]removed[/color] 
  

كود اسامه !!

ليه انتو كذا ؟

يخوي خل الرجال يحاول ع الأقل او يطلب جاهز هو حتى ماقال ابي جاهز لو يبي جاهز عطه وخلاص مود كامل

لو انه يبيه جاهز كامل مود يروح القسم العربي برا قسم البرمجه ويطلب مود جاهز وخلاص :redhotevil:

Link to comment
  
--[color=#FF0000]removed[/color] 
  

كود اسامه !!

ليه انتو كذا ؟

يخوي خل الرجال يحاول ع الأقل او يطلب جاهز هو حتى ماقال ابي جاهز لو يبي جاهز عطه وخلاص مود كامل

لو انه يبيه جاهز كامل مود يروح القسم العربي برا قسم البرمجه ويطلب مود جاهز وخلاص :redhotevil:

الكود ساهل يا ضاوي ,, ما يحتاج شي

Link to comment

ياا شباب ولا واحد مثل الي ابيه شوفو كيف

هاذي لما دخل واحد

http://www.gulfup.com/?fJMqjg

وهاذي لما خرج واحد

http://www.gulfup.com/?9qrLiN

ابيييييها مثل هيك وابي يكون الكودد جاهز هنا ما تقلي خذ هاي وتدخلني على صفحه ثانيه ابي شرح ولكود كامل هناا ما ابي اروح صفحه ثانيه كلها انجليزي ض1

Link to comment
ياا شباب ولا واحد مثل الي ابيه شوفو كيف

هاذي لما دخل واحد

http://www.gulfup.com/?fJMqjg

وهاذي لما خرج واحد

http://www.gulfup.com/?9qrLiN

ابيييييها مثل هيك وابي يكون الكودد جاهز هنا ما تقلي خذ هاي وتدخلني على صفحه ثانيه ابي شرح ولكود كامل هناا ما ابي اروح صفحه ثانيه كلها انجليزي ض1

:?انجليزي..! ذا عربي يالحبيب

AR/getPlayerCount !..يفيدك
Link to comment
تخبييييييس كله

:?

function showPlayers() 
    local numPlayers = getPlayerCount()    -- get number of currently connected players 
    local maxPlayers = getMaxPlayers()     -- get maximum number of players on the server 
    outputChatBox("There are " .. numPlayers .. "/" .. maxPlayers .. " players playing", source) -- output a message to the joining player 
end 
addEventHandler("onPlayerJoin", getRootElement(), showPlayers) -- add the function as a handler for the "onPlayerJoin" event 

function playerCount ( ) 
    outputChatBox ( "There are now " .. getPlayerCount() .. " players on this server!" ) 
end 
addEventHandler ( "onPlayerJoin", getRootElement(), playerCount ) 
addEventHandler ( "onPlayerQuit", getRootElement(), playerCount ) 
Link to comment
اي واحد اخذ الي فوق ولا الي تحت انا ابيه ليسرفر استضافه ؟

:?اللي يعجبك

function showPlayers() 
    local numPlayers = getPlayerCount()    -- get number of currently connected players 
    local maxPlayers = getMaxPlayers()     -- get maximum number of players on the server 
    outputChatBox("There are " .. numPlayers .. "/" .. maxPlayers .. " players playing", source) -- output a message to the joining player 
end 
addEventHandler("onPlayerJoin", getRootElement(), showPlayers) -- add the function as a handler for the "onPlayerJoin" event 

في ملف اسمه q1.lua

وحطيت في ملف ال

meta.xml

<meta> 
    <info name="Spawn" author="KoBrA" version="1.0.0" type="script" /> 
                <script src="q1.lua" type="server"/> 
  
</meta> 

وساويت ريشيف zip لهم الثنين ورفعتهم

وركبتهم وما اشتغلووووووووووو ليش

Link to comment

:? جرب..؟

function showPlayers() 
    local numPlayers = getPlayerCount() 
    local maxPlayers = getMaxPlayers() 
    outputChatBox("There are " .. numPlayers .. "/" .. maxPlayers .. " players playing",getRootElement(),255,0,0,false) 
end 
addEventHandler("onPlayerJoin", getRootElement(), showPlayers) 

  "Spawn" version="1.0.0" type="script" />  
  
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...