Jump to content

[Help Request]Hunter Ghostmode


xFrost

Recommended Posts

Posted

I've find this Code

    addEvent("onPlayerPickUpRacePickup", true) 
        function onPlayerPickUpRacePickup(pickupID, pickupType, vehicleModel) 
            if pickupType == "vehiclechange" and vehicleModel == 425 and g_GotHunter[source] == 0 then 
                if string.find(g_MapInfo.name, "[DM]", 1, true) then 
                    outputChatBox('' ..getPlayerName(source).. ' got the hunter! (+$500)') 
                    givePlayerMoney(source, 500) 
                    g_GotHunter[source] = 1 
                    toggleControl ( source, "vehicle_secondary_fire", false ) 
                    if gm == 0 then 
                        outputChatBox("#FF0000Disabling Ghostmode in 10 seconds...", getRootElement(), 255, 255, 255, true) 
                        setTimer(gmoff, 10000, 1) 
                        gm = 1 
                    end 
                end 
            end 
        end 
    addEventHandler("onPlayerPickUpRacePickup", getRootElement(), onPlayerPickUpRacePickup) 
  

but.. I don't know where to add it....Anyone can help me?

Posted

Citizen, i've helped him personally on MSN, and what he said after i helped "noob, fuck you" or something like that, he doesn't even know how to make a simple meta.xml.

Posted
Citizen, i've helped him personally on MSN, and what he said after i helped "noob, :o you" or something like that, he doesn't even know how to make a simple meta.xml.

You aren't right. You helped me and i tell u doesn't work and u tell me " it's not my problem " and after this i tell u " who said it's your problem noob? " You were very rude with me. You could tell just DON'T KNOW

Posted
Dude, the code wasn't made by me, you just taked the code from a random topic and expected me to know what the f** it was.

But I Asked u only.

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...