init commit

This commit is contained in:
2025-05-31 10:13:27 +02:00
parent 3da26f025c
commit ada9afc48d
30 changed files with 3955 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
local PlayerMeta = FindMetaTable( "Player" )
function PlayerMeta:GetSquadID()
return self:GetNWInt( "squad_menu.id", -1 )
end