View Single Post
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 12-21-2021 , 20:48   Re: [TF2] Gimme (v1.2 21 Dec 2021)
Reply With Quote #4

Plugin in original post updated to version 1.2

New version adds support for custom items if you have a tf2items.givecustom.txt file in your configs folder. It does not support custom models or viewmodels.

This file is not required unless you want custom created items. See the tf2items_giveweapon plugin information on how to create the file. Here's a link: https://forums.alliedmods.net/showthread.php?p=1337899

Here's a basic example of tf2items.givecustom.txt :
PHP Code:
"custom_give_weapons_vlolz"
{
    
"9999" //Overpowered RocketLauncher
    
{
        
"classname"        "tf_weapon_rocketlauncher"
        "index"        "15150"
        "slot"        "0"
        "quality"        "6"
        "level"        "29"
        "attribs"        "134 ; 702.0 ; 2 ; 10.0 ; 6 ; 0.1 ; 4 ; 6.0 ; 57 ; 30.0 ; 318 ; 0.1"
        "ammo"        "450"
    
}

Enjoy!
PC Gamer is offline