Giter Club home page Giter Club logo

csgo-vscripts's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

albanight

csgo-vscripts's Issues

FindByUserid function not working

I've been working on trying to get this function to work for awhile now and still can't get it to work,
After passing userid from player_hurt, which seems to work, I get all the players and bots in the game and their scopes, but after lots of debugging I found out that this is the problem
if (("userid" in scope) && scope.userid == userid) { return ent; }
Neither of the statements passed through this if statement are true.

CSGO nut

Hello, thank you scripting examples! Searched for examples, found you.
Can you help me a little bit? I’m not a programmer, I just can’t understand how to make a nut csgo vscript for two thing:

add prop: (line hummer or stripper)

add:
{
    "classname" "prop_dynamic"
    "angles" "0 0 0"
    "DisableBoneFollowers" "0"
    "disablereceiveshadows" "0"
    "disableshadows" "1"
    "ExplodeDamage" "0"
    "ExplodeRadius" "0"
    "fademaxdist" "0.0"
    "fademindist" "0.0"
    "fadescale" "1"
    "health" "0"
    "MaxAnimTime" "10"
    "MinAnimTime" "5"
    "model" "models/props/de_dust/hr_dust/dust_crates/dust_crate_style_01_32x16x64.mdl"
    "modelscale" "1.0"
    "PerformanceMode" "0"
    "pressuredelay" "0"
    "RandomAnimation" "0"
    "renderamt" "255"
    "rendercolor" "255 255 255"
    "renderfx" "0"
    "rendermode" "0"
    "SetBodyGroup" "0"
    "skin" "0"
    "solid" "6"
    "spawnflags" "0"
    "targetname" ""
    "origin" "563.26495 2359.2424 14.054579"
}

And how i can remove class or models?

// (stripper like)
remove:
{
"classname" "func_buyzone"
}

// 
remove:
{
"models" "models/props/de_dust/hr_dust/dust_crates/dust_crate_style_01_32x16x64.mdl"
}

Thank you very much in advance!

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.