Jump to content

Bazim

Members
  • Posts

    64
  • Joined

  • Last visited

Posts posted by Bazim

  1. Hello can u help me? I have easy point system (from JasperNL=D) and i want to add Points to scoreboard. So i use

        addEventHandler("onResourceStart", 
            getResourceRootElement(getThisResource()), 
            function() 
                exports.scoreboard:addScoreboardColumn("Points") 
            end) 
    

    and please how i can add Points to Column Points? In points resource what i have its points saved in users.xml. Or functions what i need.

    Sorry for my english

  2. Dont work i download maprating in mtaserver.conf i edit

        <resource src="mapratings" startup="1" protected="0" /> 
        <resource src="mapratings_report" startup="1" protected="0" /> 
        <resource src="race_toptimes" startup="1" protected="0" /> 
    

    And after map start no see map rating. Only in server is

    mapratings_report\server.lua:18: addEventHandler: This handle already exists 
    

  3. Thx you very much but i have next problems with money system in this resource. Sometime someone dont get money for win. Or sometimes winner get 2x 2500 or get money somewhere else. How this ressource set corretly to DM maps? (maps where is finish get hunter)

    EDIT // Wrong topic sorry please delete

  4. Hello i have this script

    -- define function to be called 
      
    function delayedChat ( text ) 
            outputChatBox ( "Delayed text: " .. text ) 
    end 
      
    -- set a timer so the function is called after 1 second 
    setTimer ( delayedChat, 1000, 1, "Hello, World!" ) 
    

    And any sec. is to do send text Delayed text: Hello, World! but there's nothing doing.

×
×
  • Create New...