AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   TF2Items (https://forums.alliedmods.net/forumdisplay.php?f=146)
-   -   Can't get it to function (https://forums.alliedmods.net/showthread.php?t=301850)

darktemplarr 10-07-2017 05:20

Can't get it to function
 
Code:

"custom_weapons_v3"
{
        "*"
        {
                "460" 
                {

                            "name"                                "Shadow Shot"
                            "level"                                "100"
                            "quality"                                "10"
                        "admin-flags"        "z"

                            "1"                                "410 ; 50.0"
                }
        }
}

Trying to get the Enforcer to simply do 5000% damage from a disguised shot (instant-kill) to play around with solo in my offline local host server. I've checked all the obvious things I can think of.
Metamod is running, as my console "meta list" command exclaims.
Sourcemod is also running, as all my "sm" commands exclaim.
I've compiled the tf2items_manager.sp into a .smx via the spcomp.exe in the scripts folder, and placed said .smx into my plugins folder. My console confirms it has already been loaded when I am in-game. The code above is from my tf2items.weapons.cfg file.

I've done sourcemod-related installation stuff a long time ago for left 4 dead 1 and 2, but I'm at a complete loss on why this isn't working.

Can anyone point me to what I'm clearly missing?

xSquared 02-01-2019 21:59

Re: Can't get it to function
 
Your tf2items folder should not have the extension of .cfg, it should be .txt lol


All times are GMT -4. The time now is 03:20.

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