mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
fix: sam set rank
This commit is contained in:
parent
80d5a9942c
commit
bc3fae20c2
|
@ -32,10 +32,10 @@ function gmInte.wsPlayerUpdateGroup(data)
|
||||||
|
|
||||||
// Evolve
|
// Evolve
|
||||||
if evolve then evolve:RankPlayer(data.steamID64, data.group) end
|
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
|
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
|
// xAdmin
|
||||||
if xAdmin then xAdmin.SetRank(data.steamID64, data.group) end
|
if xAdmin then xAdmin.SetRank(data.steamID64, data.group) end
|
||||||
// maestro
|
// maestro
|
||||||
|
|
Loading…
Reference in New Issue
Block a user