View Single Post
Re: restrictweapons_plugin instructions
Old
  (#6)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: restrictweapons_plugin instructions - 17-04-2004

Oh shit! My bad!

here are the CVARs
cvar_t restrict_pistols = {"restrict_pistols", "0", FCVAR_EXTDLL};
cvar_t restrict_usp = {"restrict_usp", "0", FCVAR_EXTDLL};
cvar_t restrict_glock18 = {"restrict_glock18", "0", FCVAR_EXTDLL};
cvar_t restrict_deagle = {"restrict_deagle", "0", FCVAR_EXTDLL};
cvar_t restrict_p228 = {"restrict_p228", "0", FCVAR_EXTDLL};
cvar_t restrict_elite = {"restrict_elite", "0", FCVAR_EXTDLL};
cvar_t restrict_fiveseven = {"restrict_fiveseven", "0", FCVAR_EXTDLL};
cvar_t restrict_shotguns = {"restrict_shotguns", "0", FCVAR_EXTDLL};
cvar_t restrict_m3 = {"restrict_m3", "0", FCVAR_EXTDLL};
cvar_t restrict_xm1014 = {"restrict_xm1014", "0", FCVAR_EXTDLL};
cvar_t restrict_submachineguns = {"restrict_submachineguns", "0", FCVAR_EXTDLL};
cvar_t restrict_mp5 = {"restrict_mp5", "0", FCVAR_EXTDLL};
cvar_t restrict_tmp = {"restrict_tmp", "0", FCVAR_EXTDLL};
cvar_t restrict_p90 = {"restrict_p90", "0", FCVAR_EXTDLL};
cvar_t restrict_mac10 = {"restrict_mac10", "0", FCVAR_EXTDLL};
cvar_t restrict_ump45 = {"restrict_ump45", "0", FCVAR_EXTDLL};
cvar_t restrict_rifles = {"restrict_rifles", "0", FCVAR_EXTDLL};
cvar_t restrict_ak47 = {"restrict_ak47", "0", FCVAR_EXTDLL};
cvar_t restrict_sg552 = {"restrict_sg552", "0", FCVAR_EXTDLL};
cvar_t restrict_m4a1 = {"restrict_m4a1", "0", FCVAR_EXTDLL};
cvar_t restrict_aug = {"restrict_aug", "0", FCVAR_EXTDLL};
cvar_t restrict_scout = {"restrict_scout", "0", FCVAR_EXTDLL};
cvar_t restrict_awp = {"restrict_awp", "0", FCVAR_EXTDLL};
cvar_t restrict_g3sg1 = {"restrict_g3sg1", "0", FCVAR_EXTDLL};
cvar_t restrict_sg550 = {"restrict_sg550", "0", FCVAR_EXTDLL};
cvar_t restrict_machineguns = {"restrict_machineguns", "0", FCVAR_EXTDLL};
cvar_t restrict_m249 = {"restrict_m249", "0", FCVAR_EXTDLL};
cvar_t restrict_primaryammo = {"restrict_primaryammo", "0", FCVAR_EXTDLL};
cvar_t restrict_secondaryammo = {"restrict_secondaryammo", "0", FCVAR_EXTDLL};
cvar_t restrict_equipment = {"restrict_equipment", "0", FCVAR_EXTDLL};
cvar_t restrict_kevlar = {"restrict_kevlar", "0", FCVAR_EXTDLL};
cvar_t restrict_kevlarhelmet = {"restrict_kevlarhelmet", "0", FCVAR_EXTDLL};
cvar_t restrict_flashbang = {"restrict_flashbang", "0", FCVAR_EXTDLL};
cvar_t restrict_hegrenade = {"restrict_hegrenade", "0", FCVAR_EXTDLL};
cvar_t restrict_smokegrenade = {"restrict_smokegrenade", "0", FCVAR_EXTDLL};
cvar_t restrict_defusekit = {"restrict_defusekit", "0", FCVAR_EXTDLL};
cvar_t restrict_nightvision = {"restrict_nightvision", "0", FCVAR_EXTDLL};

note that it may not work with CS 1.6 with the new buy aliases... and it doesn't know the shield either.
I'm going to update it to have it support CS 1.6 right now... and I'll include the TRUE readme this time



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote