function comandos(source)
end
addCommandHandler("wepsite", comandos)
function spaces(thePlayer)
local r, g, b = getPlayerNametagColor(thePlayer)
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox(" ")
outputChatBox("#C1C1C1==> " .. getPlayerName (thePlayer) .. " |#00ccff Chat Temizlendi İyi Oyunlar Dileriz :) ", getRootElement(), r, g, b, true)
outputChatBox("#C1C1C1[Şuan Sunucuda] #cccccc"..getPlayerCount().."/"..getMaxPlayers().."#00ccffKişi Serverde", getRootElement(), r, g, b, true)
outputChatBox("#C1C1C1 Sunucu Adını Girin", getRootElement(), r, g, b, true)
end
function SHGaming ( thePlayer )
local SHGaming = getAccountName( getPlayerAccount(thePlayer) )
if isObjectInACLGroup("user."..SHGaming, aclGetGroup("Admin")) then
spaces(thePlayer)
elseif isObjectInACLGroup("user."..SHGaming, aclGetGroup("SuperModerator")) then
spaces(thePlayer)
elseif isObjectInACLGroup("user."..SHGaming, aclGetGroup("Moderator")) then
spaces(thePlayer)
elseif isObjectInACLGroup("user."..SHGaming, aclGetGroup("Console")) then
spaces(thePlayer)
else
outputChatBox("Malesef Yetkili Değilsin ve komutu kulanamassın", thePlayer, 255, 0, 0, true)
end
end
addCommandHandler("temizle", SHGaming)