Pointshop2 icon indicating copy to clipboard operation
Pointshop2 copied to clipboard

Add support for Zombie Survival

Open ValentinFunk opened this issue 10 years ago • 2 comments

Add a filter to equip playermodels limited by

  • Zombie class (headcrab, poison, etc.)
  • Team (HUMAN/ZOMBIE)

Headcrab check: ply:IsHeadcrab() BOOLEAN Specific class check: ply:GetZombieClassTable().Name == "STRING" bossclass check: ply:GetZombieClassTable().Boss BOOLEAN

Teams: TEAM_UNDEAD TEAM_SURVIVORS

Add Points system integration

ValentinFunk avatar Jul 24 '14 13:07 ValentinFunk

Maybe this should be a global limitation, which loops through all available teams or classes, with a "Gamemode" configuration by default under the pointshop2 tab.

Phoenixf129 avatar Jul 24 '14 14:07 Phoenixf129

updated top post with more specifics

TripsLetash avatar Aug 03 '14 01:08 TripsLetash