Advertisement
Roite

f

Nov 12th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. if SERVER then
  2.    local function Agentsecret ( ply )
  3.       if activator:Team() == "Agent" then
  4.          timer.Create(150, 150, 0, function() ply:SendLua("chat.AddText(Color(55,155,255),'[Camouflage]',Color(255,255,255),' Tapez !models pour changer de skin !'") end )
  5.          return
  6.       end
  7.    end
  8. hook.Add("PlayerJoinTeam", "agentsecretcamouflage", Agentsecret)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement