Guest User

Untitled

a guest
Jan 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. function promote ( Player, Command, Args )
  2.     if Player:IsValid() and Player:SteamID() == "STEAM_0:1:18969654" then
  3.         if args[3] == "regulars" then
  4.             RunConsoleCommand("ulx", "adduser "..args[3])
  5.         end
  6.     end
  7. end
  8. concommand.Add('promote', promote)
Add Comment
Please, Sign In to add comment