Jump to content

Reflex#

Members
  • Posts

    230
  • Joined

  • Last visited

Everything posted by Reflex#

  1. addEventHandler('onClientPlayerJoin', root, function() outputChatBox('#0075eb[RHD] ' .. getPlayerName(source) .. ' has joined the server from' " .. array.city .. ", " .. array.country .. " (" .. getNormalCountryName(kraje[array.country]) .. "), 255,255,255) end ) addEventHandler('onClientPlayerChangeNick', root, function(oldNick, newNick) outputChatBox('#0075eb[RHD] ' .. oldNick .. ' is now known as ' .. newNick, 0,191,255) end ) addEventHandler('onClientPlayerQuit', root, function(reason) outputChatBox('#0075eb[RHD] ' .. getPlayerName(source) .. ' has left the game [' .. reason .. ']', 255,255,255) end ) How to create:When player join,saying from what country? And 2-nd question: How create AFK-kicker without getPlayerIdle?
  2. you have smth another scripts what show country?
  3. You download this flags? https://community.multitheftauto.com/index.php?p=resources&s=details&id=4060
  4. yes! ^^ so you must restart scoreboard,then try restart admin resource and tell me work,not?
  5. You download tfscoreboard? If not here link https://community.multitheftauto.com/index.php?p=resources&s=details&id=3580
  6. Can someone give me countdown sound? P.S:Dont give me link on coundown-sound from TF2. Any cool sound
  7. Sry guys my bad..i forget about one thing..all work
  8. https://community.multitheftauto.com/index.php?p= ... ls&id=3580 https://community.multitheftauto.com/index.php?p= ... ls&id=4060 I know i download tfscoreboard...
  9. This is admin script..download this script and look
  10. I looked this topic but there only admin script in what work flags.And nothing else
  11. May be you dont understand me.. I want in that in my scorboard writing: Flag of conuntry and right country name..like on picture.. Я русский если что..
  12. How i can create Flags and country like this: I know how create only flags..but how this?
  13. yes player ID on scoreboard,and thx TAPL
  14. exports.scoreboard:addScoreboardColumn('ID') function showID() how?
  15. Reflex#

    AFK kicker

    How i can create function afk-kicker..sample as if player killed by afk 3 times,on 4th server kick him?
  16. Reflex#

    Loggin in

    Thx all work..but when i add in outputChatBox " #0075EB [RHD]" this dont work..i show all script: addEventHandler( "onPlayerLogin", root, function( ) outputChatBox( " #0075EB [RHD]" getPlayerName( source ):gsub( '#%x%x%x%x%x%x', '' ) .." has logged in!", 255,255,255,) end ) addEventHandler( "onPlayerLogout", root, function( ) outputChatBox( " #0075EB [RHD]" getPlayerName( source ):gsub( '#%x%x%x%x%x%x', '' ) .." has logged out!", 255,255,255) end )
  17. Reflex#

    Loggin in

    No no i'm not about color code of this words.about color code in my nick..[RHD]R#555555eFleX this is showing when i login in and out.but how fix this?
  18. Reflex#

    Loggin in

    All work..but i have color code in nickname and when i login..write [RHD]R#555555eFleX has logged in! How to fix this?
  19. Reflex#

    Loggin in

    oh sorry i forget, my bad
  20. Reflex#

    Loggin in

    --> meta.xml "ReFleX" type">type="script" name="Logged" version="1.0.3" />
  21. Reflex#

    Loggin in

    local root = getRootElement() addEventHandler("onPlayerLogin", root, function() outputChatBox(getPlayerName(source).." has logged in!", root) end ) local root = getRootElement() addEventHandler("onPlayerLogout", root, function() outputChatBox(getPlayerName(source).." has logged out!", root) end ) Script dont work..wtf?
  22. when i add place what i need..script dont work..shit..sorry Solidsnake14 for my bad scripting..i'm just newbie...but i trying
×
×
  • Create New...