GithubHelp home page GithubHelp logo

sm-plugin-zr_personalskins's Introduction

sm-plugin-ZR_PersonalSkins

Important

This version is using SourceMod group and playerclasses (!zclass) to access to Personal Skin

Create the admin group: sourcemod/configs/admin_groups.cfg

"Personal-Skins"
{
    "immunity" "0"
}

Exemple to use in playerclasses.txt

"personalskin_zombie"
{
    // General
    "enabled"               "yes"
    "team"                  "0"
    "team_default"          "no"
    "flags"                 "0"
    "group"                 "Personal-Skin-Zombie"
    
    "name"                  "Personal Skin"
    "description"           "Your private skin"
    
    // Model
    "model_path"            "models/player/pil/classic.mdl"
    "alpha_initial"         "255"
    "alpha_damaged"         "255"
    "alpha_damage"          "20000"
    
    // Hud
    "overlay_path"          ""
    "nvgs"                  "no"
    "fov"                   "90"
    
    // Effects
    "has_napalm"            "no"
    "napalm_time"           "5.0"
    
    // Player behavior
    "immunity_mode"         "none"
    "immunity_amount"       "0"
    "immunity_cooldown"     "60"
    "no_fall_damage"        "yes"
    
    "health"                "8000"
    "health_regen_interval" "1"
    "health_regen_amount"   "100"
    "health_infect_gain"    "500"
    "kill_bonus"            "2"
    
    "speed"                 "370"
    "knockback"             "3.2"
    "jump_height"           "1.15"
    "jump_distance"         "1.05"
}

sm-plugin-zr_personalskins's People

Contributors

rushaway avatar dependabot[bot] avatar maxime1907 avatar

Stargazers

 avatar

Forkers

rushaway

sm-plugin-zr_personalskins's Issues

Entity invalid

L 03/12/2023 - 15:59:56: [SM] Exception reported: Entity 63 (63) is invalid
L 03/12/2023 - 15:59:56: [SM] Blaming: zr/zr_personal_skins.smx
L 03/12/2023 - 15:59:56: [SM] Call stack trace:
L 03/12/2023 - 15:59:56: [SM]   [0] GetEntPropString
L 03/12/2023 - 15:59:56: [SM]   [1] Line 414, ZR_PersonalSkins/addons/sourcemod/scripting/zr_personal_skins.sp::GetClientModel_Frame

bug: Client must be alive

L 03/05/2024 - 00:41:10: [SM] Exception reported: Client 39 must be alive.
L 03/05/2024 - 00:41:10: [SM] Blaming: zr/zombiereloaded.smx
L 03/05/2024 - 00:41:10: [SM] Call stack trace:
L 03/05/2024 - 00:41:10: [SM]   [0] ThrowNativeError
L 03/05/2024 - 00:41:10: [SM]   [1] Line 93, zr/api/api.inc::APIValidateClientIndex
L 03/05/2024 - 00:41:10: [SM]   [2] Line 84, class.api::APIGetActiveClass
L 03/05/2024 - 00:41:10: [SM]   [4] ZR_GetActiveClass
L 03/05/2024 - 00:41:10: [SM]   [5] Line 290, ZR_PersonalSkins/addons/sourcemod/scripting/zr_personal_skins.sp::ZR_OnClassAttributesApplied
L 03/05/2024 - 00:41:10: [SM]   [7] Call_Finish
L 03/05/2024 - 00:41:10: [SM]   [8] Line 308, class.api::APIOnClassAttributesApplied
L 03/05/2024 - 00:41:10: [SM]   [9] Line 69, apply::ClassApplyAttributes
L 03/05/2024 - 00:41:10: [SM]   [10] Line 325, classevents::ClassOnClientSpawnPost
L 03/05/2024 - 00:41:10: [SM]   [11] Line 215, zr/event::EventPlayerSpawnPost

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.