Jump to content

Neukfout

Members
  • Posts

    64
  • Joined

  • Last visited

Posts posted by Neukfout

  1. smamxc.jpg

    EXPERIENCE THE TRUE DEFINITION!

    Dear fellow MTA players,

    I am Neukfout. You might have heard (or you haven't yet) of me or my clan: HDGaming (HDG~). We are a multigaming (MTA:SA, BF3 and probably CoD:2 soon) clan. HDGaming exist for over three years already, but recently we made a new start. A new start means also new members and that's why we are looking for you. As I have got big plans for HDGaming, I could use a little help. If you would want to register on our site you would help us so much already. Join us, because: more people means more fun!

    Thanks so much,

    Neukfout.

    Stay connected:

    YouTube

    Twitter

    Facebook

  2. The resource name is right, so that won't be the problem.

    I used debugscript 3 and I got these errors when I started 'mapratings':

    j13m9g.jpg

    When I started 'mapratings_report' I didn't get any errors, so it must be the mapratings resource...

    EDIT: Okay, I fixed the problem, but there's a new problem :roll:

    I rate a map like '/rate 6', but the server doesn't save the ratings (I suppose lol). When I redo a map which I just rated, it still says 'This map hasn't been rated yet.'

    I have no idea what to do.

    Debugscript 3 doesn't give any errors...

  3. Hey guys,

    I got a little problem with this resource: https://community.multitheftauto.com/ind ... ils&id=468

    It's supposed to show the average map rating, but it doesn't show anything in the chatbox...

    I already checked THIS topic, and followed the suggestion, but it still won't work :|

    Could you please help me?

    This are my files:

    meta.xml

    <meta> 
        <info name="Mapratings Report" description="reports the map name and it's current map rating on map start." author="Pothole Studios" version="1.0" type="script" /> 
         
        <script src="server.lua" /> 
         
    </meta> 
    

    server.lua

    local g_Root = getRootElement() 
      
    addEvent('onGamemodeMapStart') 
    addEvent('onSendMapRating') 
      
    function processRating(rating) 
        if rating[1] == false then 
            outputChatBox("This map has not yet been rated.", g_Root, 225, 170, 90, true) 
        else 
            outputChatBox("This map has a rating of "..rating.color..rating.average.."/10#E1AA5A.", g_Root, 225, 170, 90, true) 
        end 
        removeEventHandler('onSendMapRating',g_Root,processRating) 
    end 
      
    addEventHandler('onGamemodeMapStart',g_Root, 
        function() 
            if (getResourceState(getResourceFromName("mapratings")) == "running") then 
                addEventHandler('onSendMapRating',g_Root,processRating) 
            else 
                outputDebugString("ERROR: mapratings_report cannot run: mapratings is not loaded.",1) 
            end 
        end 
    ) 
    

    Thanks in advance! :)

  4. Hey guys,

    I got a quite big problem. I am just checking out how to set up my own race server, I got maps and stuff, but the pickups (repair, nitro, vehicle change) won't respawn. There are a few topics about this bug on these forums, but I couldn't find a solution.

    Could you please give me a helping hand?

    Thanks in advance,

    Neukfout

  5. Hey guys!

    I've got a gamemode, but it isn't made for MTA:DM :(

    So I thought I needed to convert it manually.

    Well, I've put it on my server, and this is what /debugscript 3 says:

    24zwx0g.jpg

    Can someone please help me?:)

    Thanks!

    Neuk

×
×
  • Create New...