Results 1 to 10 of 11

Thread: Voodoo Island with Nigga Zombies :D

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. Post Voodoo Island with Nigga Zombies :D

    Hey whats up, i've an idea for ze_voodoo_island and any another africa's, or jungle's map (including beach's map, like ze_indiana_jones, jurassicpark, ze_jungle, zm_lila_panic_beach etc)
    It would be good to put skins of African zombies (Niggas lol)

    Img here:
    marshlandmajinis.jpg


    (To Zero) Zero, to make them work, you need write these lines

    In addons/sourcemod/configs/zr/playerclasses.txt
    Code:
    "classes"{
        // ------------------------------------------
        //
        // IBIS Zombie Skin Menu
        //
        // ------------------------------------------
        "zombie_niggavoodoo"
        {
            // General
            "enabled"               "yes"
            "team"                  "0"
            "team_default"          "yes"
            "flags"                 "0"
            "group"                 ""
            
            "name"                  "NIGGA ZOMBIE SKIN!"
            "description"           "You've a nigga skin lol"
            
            // Model
            "model_path"            "random_public"
             .......
             .......
             .......
             .......
             .......
             .......
    
        }
    In addons/sourcemod/configs/zr/models.txt
    Code:
    "models"{
        "slow_1"
        {
            "name"      "slow_1"
            "path"      "models/player/slow/amberlyn/re5/marshland_majinis/"
            "team"      "zombies"
            "access"    "public"
            "group"     ""
        }
        
            "slow_2"
        {
            "name"      "slow_2"
            "path"      "models/player/slow/amberlyn/re5/marshland_majinis/"
            "team"      "zombies"
            "access"    "public"
            "group"     ""
        }
        
            "slow_3"
        {
            "name"      "slow_3"
            "path"      "models/player/slow/amberlyn/re5/marshland_majinis/"
            "team"      "zombies"
            "access"    "public"
            "group"     ""
        }
        
            "slow_4"
        {
            "name"      "slow_4"
            "path"      "models/player/slow/amberlyn/re5/marshland_majinis/"
            "team"      "zombies"
            "access"    "public"
            "group"     ""
        }
        
            "slow_5"
        {
            "name"      "slow_5"
            "path"      "models/player/slow/amberlyn/re5/marshland_majinis/"
            "team"      "zombies"
            "access"    "public"
            "group"     ""
        }
    }
    And finally make it possible download files (use addons/sourcemod/configs/zr/downloads.txt)

    I hope you like the idea

    download.png
    S-LoW - Marshland Majinis.7z

    The zip contains fastdownload files, byee!
    -Nano
    Last edited by 10naanoo; 03-04-2015 at 12:11 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •