mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 17:17:33 +00:00
fix: sam set rank
This commit is contained in:
parent
80d5a9942c
commit
bc3fae20c2
|
@ -32,10 +32,10 @@ function gmInte.wsPlayerUpdateGroup(data)
|
|||
|
||||
// Evolve
|
||||
if evolve then evolve:RankPlayer(data.steamID64, data.group) end
|
||||
// SAM
|
||||
// sam - the gmodstore
|
||||
if sam then sam.player.set_rank_id(data.steamID, data.group) end
|
||||
// SAM - the other one
|
||||
if SAM then SAM:PlayerSetRank(data.steamID64, data.group) end
|
||||
// sam (wtf another one?)
|
||||
if sam then sam.player.setRank(data.steamID64, data.group) end
|
||||
// xAdmin
|
||||
if xAdmin then xAdmin.SetRank(data.steamID64, data.group) end
|
||||
// maestro
|
||||
|
|
Loading…
Reference in New Issue
Block a user