Advertisement
szymski

Untitled

Dec 5th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if SERVER then
  2. local function Agentsecret ( ply )
  3. if ply:Team() == TEAM_AGENT or ply:Team() == TEAM_Agent then timer.Create("sucrgent", 60, 1, function(ply) ply:ChatPrint("[Camouflage] Tapez !models pour changer de skin !") end)
  4. return
  5. end
  6. end
  7. hook.Add("PlayerJoinTeam", "agentsecretcamouflage", Agentsecret)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement