1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Other Mixed's Plugins Collection

Discussion in 'Plugins' started by Mixed, Apr 24, 2017.

  1. MiliViu

    MiliViu Clockwork Customer

    Can i translate this to spanish ?
     
  2. Mixed

    Mixed removed Clockwork Customer

    As you wish, once I will upload the plugins.
     
  3. *waiting for weapons update*
     
  4. Mixed

    Mixed removed Clockwork Customer

    coming soon m8
     
  5. Ghost Prodigy

    Ghost Prodigy Clockwork Customer

    rip these plugins?
     
    • Disagree Disagree x 4
    • Agree Agree x 2
    • Like Like x 1
  6. willy pete

    willy pete i'm going to cut off your face and wear it

    i'm gonna peel off your eyelids @Mixed
     
    • Winner Winner x 1
  7. where did you go
     
  8. Mixed

    Mixed removed Clockwork Customer

    • Agree Agree x 2
    • Winner Winner x 1
    Last edited: Oct 13, 2017
  9. Mixed

    Mixed removed Clockwork Customer

    • Like Like x 3
    Last edited: Oct 14, 2017
  10. itemdrop plugin

    itemdrop = {
    "item",
    "unique",
    "id",
    "plz"
    };

    update like this plzzzzzzz
     
    • Box Box x 3
  11. karl-police

    karl-police Hotrod turret Clockwork Customer

    wut is this?
     
  12. MiliViu

    MiliViu Clockwork Customer

  13. Mixed

    Mixed removed Clockwork Customer

    I actually doing new factions image for Atomic with kuro's template.

    [​IMG]

    It's in french, if someone is interested, I'll made it in english.
     
    • Like Like x 2
    • Winner Winner x 1
    Last edited: Oct 23, 2017
  14. SireElite

    SireElite what's the big fucking deal?

    i fucking creamed there so good aaa
     
  15. Erih

    Erih Clockwork Customer

    You can reupload "NPC Items Drop"?
     
  16. Mixed

    Mixed removed Clockwork Customer

    • Like Like x 1
  17. Mixed

    Mixed removed Clockwork Customer

    Here are an alternate version of NPC Drop, it use math.random to drop single items. Feel free to use it. Just replace the actual code into the sh_plugin.lua
    Code:
    local PLUGIN = PLUGIN;
    local Clockwork = Clockwork;
    
    function PLUGIN:OnNPCKilled(entity)
        local class = entity:GetClass()
        local items = {}
        local random1 = math.random(1,10)
        local random2 = math.random(1,10)
    
        if (class == "your_npc") then
            if random1 == 3 or random2 == 3 then
            local loot = Clockwork.item:CreateInstance("unique_id");
            Clockwork.entity:CreateItem(nil, loot, entity:GetPos() + Vector(0, 0, 8))
            end;
            if random1 == 4 or random2 == 4 then
            local loot2 = Clockwork.item:CreateInstance("unique_id");
            Clockwork.entity:CreateItem(nil, loot2, entity:GetPos() + Vector(0, 0, 8))
            end;
            if random1 == 5 or random2 == 5 then
            local loot3 = Clockwork.item:CreateInstance("unique_id");
            Clockwork.entity:CreateItem(nil, loot3, entity:GetPos() + Vector(0, 0, 8))
            end;
        end;
    end;
    
     
    • Like Like x 1
    • Good Coder Good Coder x 1
  18. Mixed

    Mixed removed Clockwork Customer

    • Like Like x 3
    • Good Coder Good Coder x 2
    • Funny Funny x 1
  19. Erih

    Erih Clockwork Customer

  20. I'm interested. ;)
     

Previous Readers (Total: 0)