Jump to content

Drakath

Members
  • Posts

    768
  • Joined

  • Last visited

Everything posted by Drakath

  1. Drakath

    Skin

    local marker = createMarker(1272,-814,1089, "cylinder",1,255,255,255,255) setElementInterior(marker,5) addEventHandler("onMarkerHit",marker, function(player) if getElementType(player) == "player" then setElementModel(player,29) end end )
  2. Drakath

    Skin

    I replaced ID with interior 5 but still don't work...
  3. Drakath

    Skin

    Don't work...
  4. Drakath

    Skin

    Where do I put it?
  5. Drakath

    Skin

    How can I make it in interior?
  6. Drakath

    Skin

    Why is this marker so huge? How to make it smaller?
  7. Drakath

    Skin

    Hello, I want to ask how can I make a marker that changes skin? Example players goes to that marker and his skin changes to 285
  8. Drakath

    Weapons

    But than weapons won't save at all.
  9. Drakath

    Weapons

    I guess it is because of save system. But how can I make that people won't get their weapons back after death by reconnecting?
  10. Drakath

    Weapons

    Now when players get killed they lose weapons but if they reconnect when killed weapons are back.
  11. Drakath

    Weapons

    Is this Client or Server side?
  12. Drakath

    Weapons

    But when player die he still has his weapons how can I make them lose it?
  13. Drakath

    Weapons

    Hello, I just want to ask is there a resource that makes you lose all weapons when you die?
  14. Drakath

    setTimer

    Thanks, worked
  15. Drakath

    setTimer

    Hi, can anyone tell me how to make timer decrease? -- This is the code function spawnOnDead(ammo, killer, weapon, bodypart) takePlayerMoney(source, deadPlayerMoney) if (killer) and (killer ~= source) then end setTimer(spawnPlayer, 3000, 1, source, 213.81648254395, 1870.0822753906, 13.140625, 0, 285) setCameraTarget(source, source) setTimer(giveWeapon, 3000, 1, source, spawnWeapon, spawnAmmo) end
  16. Drakath

    Score set

    Please I need help
  17. Drakath

    Score set

    Is it possible to set player score? Because I used resource called zombies ranks https://community.multitheftauto.com/index.php?p= ... ls&id=5236 and now some players kills got double.
  18. Drakath

    Webpanel

    Is it possible to put Webpanel https://community.multitheftauto.com/index.php?p=resources&s=details&id=487 to website?
  19. Drakath

    Stats problem

    Why all of my MTA stats shows 0 ?
  20. Drakath

    Top list

    Is there any a resource that shows top players by kills or cash or activity?
  21. Is there resource for deathmatch achievement system?
  22. I can't, when I go to that blue scroll that is in the house nothing happens...
  23. Drakath

    Friendly fire

    Okay now it says: "You were added to the team" But the team is empty 0 players in it...
  24. Drakath

    Friendly fire

    The script was on. And the new script isn't creating a team just every time I log in I get message "Sorry, but you are not set to the default team."
  25. Drakath

    Friendly fire

    It didn't work. The Ip is: 77.221.80.117:22003
×
×
  • Create New...