xFrost Posted April 30, 2011 Share Posted April 30, 2011 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? Link to comment
Moderators Citizen Posted May 1, 2011 Moderators Share Posted May 1, 2011 anywhere in your sever-side if you don't know what's the server-side, check this link Link to comment
Castillo Posted May 1, 2011 Share Posted May 1, 2011 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. Link to comment
Moderators Citizen Posted May 2, 2011 Moderators Share Posted May 2, 2011 I knew that, that's why I add the link for the introduction of scripting page Link to comment
xFrost Posted May 2, 2011 Author Share Posted May 2, 2011 Citizen, i've helped him personally on MSN, and what he said after i helped "noob, 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 Link to comment
Castillo Posted May 2, 2011 Share Posted May 2, 2011 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. Link to comment
xFrost Posted May 2, 2011 Author Share Posted May 2, 2011 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. Link to comment
xFrost Posted May 4, 2011 Author Share Posted May 4, 2011 Request for lock i found it Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now