From 2736f498f30220b858fc6fac23e7ddc4a597df6d Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 30 May 2016 14:42:09 -0400 Subject: Inital commit --- gamemode/player_class/player_army.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gamemode/player_class/player_army.lua (limited to 'gamemode/player_class/player_army.lua') diff --git a/gamemode/player_class/player_army.lua b/gamemode/player_class/player_army.lua new file mode 100644 index 0000000..7e20c13 --- /dev/null +++ b/gamemode/player_class/player_army.lua @@ -0,0 +1,16 @@ + +AddCSLuaFile() + +local PLAYER = {} + +function PLAYER:GetHandsModel() + + return { model = "models/weapons/c_arms_cstrike.mdl", skin = 1, body = "0100000" } + +end + +function PLAYER:Spawn() + +end + +player_manager.RegisterClass( "player_army", PLAYER, "player_baseclass" ) \ No newline at end of file -- cgit v1.2.3-70-g09d2