boobster

Untitled

Apr 16th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. concommand.Add("CreateEvent", function(ply)
  2.     if ply:IsAdmin() or ply:IsSuperAdmin()
  3.         concommand.Run("ulx bring *")
  4.         for k, v in pairs(player.GetAll()) do
  5.             v:Give("fas2_ak47")
  6.         end
  7.     else
  8.         ply:ChatPrint("Nie masz uprawnień administratora")
  9.     end
  10. end)
Add Comment
Please, Sign In to add comment