Advertising
advertising
related pastes to tag 'admin'
- 2140189 - WordPress - Admin search meta to admin plugin wordpress search posts meta extend
- preview unavailable
- 1898704 - Gaskerr admin plugin wordpress search posts meta extend
- preview unavailable
- 1736605 - WordPress - Admin search meta to admin plugin wordpress search posts meta extend
- preview unavailable
- 1707032 - Gmod9 Admin Gun gmod9 lua admin gun
- preview unavailable
- 1704471 - Gmod9 Admin Gun gmod9 lua admin gun
- preview unavailable
- 1635665 - WP2.8 - Sort posts in admin by M order admin wordpress key posts meta 2.8
- preview unavailable
- 898627 - Hitman 0.1: samp admin minigames hitman
-
- /*
- Welcome to the Play Hitman Minigame! This is a minigame I used to play
- at an old server with some freinds, and found it too be quite fun!
- (c) Grove/Jay 2008
- */
- 756865 - user admin client v0.0.2-rc4 user admin perl client
- preview unavailable
- 756864 - user admin server v0.0.2-rc15 server user admin
- preview unavailable
- 743378 - admin shirt: admin roblox scriptbin shirt
-
- Door = script.Parent
- function onTouched(hit)
- print("Door Hit")
- local human = hit.Parent:FindFirstChild("Humanoid")
- if (human ~= nil ) then
- if human.Parent.Torso.roblox.Texture == "http://www.roblox.com/asset/?version=1&id=#######" then --Replace ####### with shirt ID.
- Door.Transparency = 0.5
- 703921 - Admin Weapon: admin roblox weapons
-
- --Anaminus
- permission = {"Anaminus"}
- function check(player)
- if table.maxn(permission)==0 then return true end--Remove all names from permission to allow all players to use.
- for i = 1,#permission do
- if string.lower(player.Name)==string.lower(permission[i]) then return true end