init commit
This commit is contained in:
5
lua/squad_menu/player.lua
Normal file
5
lua/squad_menu/player.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local PlayerMeta = FindMetaTable( "Player" )
|
||||
|
||||
function PlayerMeta:GetSquadID()
|
||||
return self:GetNWInt( "squad_menu.id", -1 )
|
||||
end
|
||||
Reference in New Issue
Block a user