Jump to content

xFrost

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by xFrost

  1. Request for lock i found it
  2. Request for lock i found it
  3. 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
  4. 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?
  5. Then , why u posted here? ;/
  6. Hello , I want a Script. This script is " if a player do toptime in DM Map then his ghost will play in the map "
×
×
  • Create New...