Advertisement
sb2014

gmod hook

Feb 13th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local ply = self:GetOwner( )
  2. hook.Add("TTTBeginRound", ply:SteamID64() .. "_traitor", function()
  3.     ply:SetRole(ROLE_TRAITOR)
  4.     hook.Remove("TTTBeginRound", ply:SteamID64() .. "_traitor")
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement