Jump to content

Young$

Members
  • Posts

    126
  • Joined

  • Last visited

Everything posted by Young$

  1. Young$

    scoreboard

    the scoreboard is wrong script i think? this is script _________________________________________________________________ --call(getResourceFromName("scoreboard"), "addScoreboardColumn") exports["scoreboard"]:scoreboardAddColumn("ACL") function setACL(player) local admin = "Admin" local supermoderator = "SuperModerator" local moderator = "Moderator" local everyone = "Visitor" local console = "HeadAdmin" if isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Admin" ) ) then setElementData ( player, "ACL", admin ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "SuperModerator" ) ) then setElementData ( player, "ACL", supermoderator ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Moderator" ) ) then setElementData ( player, "ACL", moderator ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Console" ) ) then setElementData ( player, "ACL", console ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Everyone" ) ) then setElementData ( player, "ACL", everyone ) end end function timer() setTimer( setACL, 1000, 1, source ) end addEventHandler("onPlayerLogin", getRootElement(), timer) addEventHandler("onPlayerJoin", getRootElement(), timer) ___________________________________________________________________ and this is scoreboard ___________________________________________________________________ ___________________________________________________________________ and this is what i want ___________________________________________________________________ ___________________________________________________________________ i hope you can give a good script
  2. thnx but the scoreboard is wrong script i think? this is script _________________________________________________________________ --call(getResourceFromName("scoreboard"), "addScoreboardColumn") exports["scoreboard"]:scoreboardAddColumn("ACL") function setACL(player) local admin = "Admin" local supermoderator = "SuperModerator" local moderator = "Moderator" local everyone = "Visitor" local console = "HeadAdmin" if isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Admin" ) ) then setElementData ( player, "ACL", admin ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "SuperModerator" ) ) then setElementData ( player, "ACL", supermoderator ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Moderator" ) ) then setElementData ( player, "ACL", moderator ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Console" ) ) then setElementData ( player, "ACL", console ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Everyone" ) ) then setElementData ( player, "ACL", everyone ) end end function timer() setTimer( setACL, 1000, 1, source ) end addEventHandler("onPlayerLogin", getRootElement(), timer) addEventHandler("onPlayerJoin", getRootElement(), timer) ___________________________________________________________________ and this is scoreboard ___________________________________________________________________ ___________________________________________________________________ and this is what i want ___________________________________________________________________ ___________________________________________________________________ i hope you can give a good script
  3. oh ty
  4. how you mean
  5. ERROR: Couldn't find meta.xml file for resource aclScoreboard. help he can't load acl Scoreboard. script is good everything. i have make meta.xml again but same error. ERROR: Couldn't find meta.xml file for resource aclScoreboard
  6. Young$

    new clan/server

    ok this month my [DM] server is ready!!!! only 1 problem i need clan members! so make a application down here when you accept i send private message. and name of server tell i later. Good luck (appilication) 1-real name? 2-age? 3-ingame name? 4-why you want to join? 5-you a mapper? 6-how long play you MTA SA? 7-You need to play 2-6 hours on day! 8-fairplay? 9-Why you and not someone else? 10-think you'll be a good member and not abuse you rights? GOOD LUCK
  7. Young$

    error

    ERROR: [admin]\admin\server\admin_ip2c.lua:60: call: Failed, the resource scoreboard isn't running [2012-01-21 13:47:51] ERROR: [admin]\admin\server\admin_ip2c.lua:63: call: Failed, the resource scoreboard isn't running when i set team in scoreboard ERROR.and the scoreboard was running
  8. man don't copy ideas
  9. is that scoreboard column?
  10. same error
  11. plz help any1!!!!!!!!!!!!!!! this is what it says ERROR: [gameplay]\scoreboard\acl.lua:1: attempt to call a nil value ERROR: [gameplay]\scoreboard\acl.lua:1: call: failed to call 'scoreboard:addScoreboardColumn' ] ERROR: attempt to call a nil value [string "?"] ERROR: call: failed to call 'scoreboard:scoreboardAddColumn' [string "?"
  12. not the meta.xml you should put it in .lua script and includ it in the meta.xml -- meta.xml "your name" type="misc" name="ACL in scoreboard" /> -- acl.lua exports.scoreboard:scoreboardAddColumn("ACL") function setACL(player) local admin = "Admin" local supermoderator = "SuperModerator" local moderator = "Moderator" local everyone = "Visitor" local console = "HeadAdmin" if isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Admin" ) ) then setElementData ( player, "ACL", admin ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "SuperModerator" ) ) then setElementData ( player, "ACL", supermoderator ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Moderator" ) ) then setElementData ( player, "ACL", moderator ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Console" ) ) then setElementData ( player, "ACL", console ) elseif isObjectInACLGroup ( "user." ..getAccountName(getPlayerAccount(player)) , aclGetGroup ( "Everyone" ) ) then setElementData ( player, "ACL", everyone ) end end function timer() setTimer( setACL, 1000, 1, source ) end addEventHandler("onPlayerLogin", getRootElement(), timer) addEventHandler("onPlayerJoin", getRootElement(), timer) i have type the same?
  13. tdma\Scoreboard\tdma_scoreboard_stats.lua:87: call: failed to call 'scoreboard:addScoreboardColumn'? ERROR: tdma\Scoreboard\tdma_scoreboard_stats.lua:70: call: failed to call 'scoreboard:removeScoreboardColumn' [2012-01-17 19:53:39] ERROR: tdma\Scoreboard\tdma_scoreboard_stats.lua:83: call: failed to call 'scoreboard:removeScoreboardColumn' [2012-01-17 19:53:39] ERROR: tdma\Scoreboard\tdma_scoreboard_stats.lua:95: call: failed to call 'scoreboard:removeScoreboardColumn' [2012-01-17 19:53:39] ERROR: tdma\Scoreboard\tdma_scoreboard_stats.lua:107: call: failed to call 'scoreboard:removeScoreboardColumn'?????? why
  14. yo ty
  15. omg how to make a ACL.LUA?
  16. oh that's easy thnx
  17. only where in meta.xml? and what program???
  18. not merry christmas this is claudio v2 alien experiencr only map name is changed and download name to
  19. any1 ?
  20. ok hallo! i want to add colums on me scoreboard (serverowner,admin,moderators,members,players) there is a script but where to put it in meta xml but where!1! help me plz
  21. when you play mta 'don't put cars in gta offline
  22. yeye i use fraps it is laggs
  23. http://www.mediafire.com/?atdkp7e4ijmgip4
×
×
  • Create New...