View Single Post
RevilleAJ
Junior Member
Join Date: Dec 2020
Location: United Kingdom
Old 12-20-2020 , 10:32   Re: [TF2] Give Bots More Weapons (v1.1 dated 19Dec2020)
Reply With Quote #18

Quote:
Originally Posted by nostalgia View Post
for the normal version of this plugin (aka give bots weapons) i could edit it 100% fine and compile it with http://www.sourcemod.net/compiler.php however, with this version, it does not work, so thats really what i was asking

sorry if i sounded rude, sometimes i ask for too much, and plus

i am really stupid with coding sometimes, so im sorry
Don't use the website's compiler. It doesn't have tf2attributes.inc and therefore will always error out. Instead, use spcompile in tf\addons\sourcemod\scripting. You'll need the tf2attributes.inc file from https://github.com/FlaminSarge/tf2attributes and put it in the include folder in tf\addons\sourcemod\scripting (you may also want the .sp, which you'll need to put in the scripting folder.) You can follow the instructions at https://wiki.alliedmods.net/Compiling_SourceMod_Plugins to use spcomp. Make sure the name of the .sp file in command prompt matches the actual GiveBotsMoreWeapons .sp file.
RevilleAJ is offline