Jump to content

medus

Members
  • Posts

    2
  • Joined

  • Last visited

medus's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. medus

    I will make the location in English and move it to the global position. Nobody helps with Turkish

    1. Tut

      Tut

      I can move it to the English section granted you're able to communicate in the language.

      Please use the post report function next up to contact Forum Moderators!

  2. medus

    Help me !!!

    When a hunter buys it, it gives money and points. But not a hunter, I want him to get money and points when someone wins. Is there anyone who can help? function addHunterBonus(player) if isPlayerLogged(player) then addDataValue ( player, "cash", "500") addDataValue ( player, "points", "5") addDataValue ( player, "Hunter", "1") outputChatBox("[HUNTER] #FF6600 You won $500 and 5 points for Win!",player,_r,_g,_b,true) end end function getHunter(pickupID,pickupType,pickupModel) if pickupType == "vehiclechange" then if pickupModel == 425 then addWinnerBonus(source) end end end addEvent("onPlayerPickUpRacePickup",true) addEventHandler("onPlayerPickUpRacePickup",getRootElement(),getHunter)
×
×
  • Create New...