View Single Post
Old 03-16-2008, 07:51 AM   #3
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
Quote:
Originally Posted by Circuitous
cl_spawnslot 3

You've got an extra "slot" in there.
that's not right...it's cl_spawnweapon_class "weapon"

Code:
cl_spawnweapon_civilian                  : 0        : , "a", "sv", "user" : Default weapon on Civilian.
cl_spawnweapon_demoman                   : 0        : , "a", "sv", "user" : Default weapon on Demo-man spawn.
cl_spawnweapon_engineer                  : 0        : , "a", "sv", "user" : Default weapon on Engineer.
cl_spawnweapon_hwguy                     : 0        : , "a", "sv", "user" : Default weapon on HwGuy.
cl_spawnweapon_medic                     : 0        : , "a", "sv", "user" : Default weapon on Medic.
cl_spawnweapon_pyro                      : 0        : , "a", "sv", "user" : Default weapon on Pyro.
cl_spawnweapon_scout                     : 0        : , "a", "sv", "user" : Default weapon on Scout spawn.
cl_spawnweapon_sniper                    : 0        : , "a", "sv", "user" : Default weapon on Sniper spawn.
cl_spawnweapon_soldier                   : 0        : , "a", "sv", "user" : Default weapon on Soldier spawn.
cl_spawnweapon_spy                       : 0        : , "a", "sv", "user" : Default weapon on Spy.
so for engy to have super shotgun on spawn it would be:

cl_spawnweapon_engineer "supershotgun"

I though it was the way you posted too for a long time, but I figured out through doing the wiki that it's not.
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:
Dr.Satan is offline   Reply With Quote