Advertisement
Roite

ty

Nov 12th, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  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 !")
  4. return
  5. end
  6. end
  7. hook.Add("PlayerJoinTeam", "agentsecretcamouflage", Agentsecret)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement