AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Questions (https://forums.alliedmods.net/forumdisplay.php?f=74)
-   -   Stripper:Source Help (https://forums.alliedmods.net/showthread.php?t=319627)

Kal 11-11-2019 19:07

Stripper:Source Help
 
Hi, Im trying to modify the gravity of a trigger_gravity
Code:

modify:
{
        match:
        {
                "classname" "trigger_gravity"
                "origin" "0 -1536 6692"
                "hammerid" "79693"
        }
        replace:
        {
                "gravity" "-100"
        }
}

This is what I have now, Would this be correct?


All times are GMT -4. The time now is 23:52.

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