Advertisement
UberMunchkin

civilian.ctx (2007)

Jun 11th, 2014
2,107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. //
  2. // Team Fortress - Civilian Non-Player Class
  3. //
  4. PlayerClass
  5. {
  6. // Attributes.
  7. "name" "civilian"
  8. "model" "models/player/scout.mdl"
  9. "speed_max" "240"
  10. "health_max" "50"
  11. "armor_max" "0"
  12.  
  13. // Grenades.
  14.  
  15. // Weapons.
  16.  
  17. // Ammo.
  18. AmmoMax
  19. {
  20. "tf_ammo_grenades1" "4"
  21. "tf_ammo_grenades2" "4"
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement