Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.46 KB | None | 0 0
  1. if ply:isCP() then
  2.         notification.AddLegacy( "Vous venez de récuperer votre équipement de d'intervention sniper" , NOTIFY_GENERIC, 2 )
  3.         surface.PlaySound( "buttons/button15.wav" )
  4.        
  5.         net.Start("interventionsniper")
  6.         net.SendToServer()
  7.         ALRPArmurierPoliceFrame:Remove()
  8.     else
  9.         notification.AddLegacy( "Vous n'êtes pas un membre des forces de l'ordres", NOTIFY_ERROR, 5 )
  10.         surface.PlaySound( "buttons/blip1.wav" )
  11.         ALRPArmurierPoliceFrame:Remove()
  12.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement