AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [CSS] Prop_Static change fademindist (https://forums.alliedmods.net/showthread.php?t=285840)

Nerus 08-01-2016 13:41

[CSS] Prop_Static change fademindist
 
Hi, is there a way to change "fademindist" of "prop_static" (map entity) ?

Code:

entity
{
    "id" "9200"
    "classname" "prop_static"
    "origin" "804.56 1010.31 61"
    "angles" "0 267.5 0"
    "skin" "0"
    "fademindist" "2000"
    "fademaxdist" "3000"
    "solid" "6"
    "model" "models/props_wasteland/cargo_container01.mdl"
    "lightingorigin" "sprp_lighting_0"
    "disableshadows" "0"
    "fadescale" "0"
    "disableselfshadowing" "0"
    "disablevertexlighting" "0"
}

Regards,
Nerus.


All times are GMT -4. The time now is 13:51.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.