[İSTEK] Chat Temizleme

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı sefacan

  • Yeni Üye
  • *
    • İleti: 16
: 26 Mayıs 2017, 16:37:44
Arkadașlar elinde șu script olan varmı?  Chat temizleme ve kisi sayisi scripti

« Son Düzenleme: 26 Mayıs 2017, 19:55:46 Gönderen: Narkoz »
 


MTASATURK

[İSTEK] Chat Temizleme
« : 26 Mayıs 2017, 16:37:44 »

Çevrimdışı #Serius

  • Uzman Üye
  • *
    • İleti: 685
Yanıtla #1 : 26 Mayıs 2017, 16:46:54
Al Güzel kardeşim.
Kod: lua
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)

« Son Düzenleme: 27 Mayıs 2017, 09:21:01 Gönderen: CruzerGq »
 


Çevrimdışı MarkeloF

  • Admin
  • *
    • İleti: 901
  • Maybe later.
Yanıtla #2 : 26 Mayıs 2017, 17:53:48
Linki görebilmek için Kayıt olun yada Giriş yapın.
Arkadașlar elinde șu script olan varmı?  Chat temizleme ve kisi sayisi scripti


İstediğiniz scriptleri kolaylıkla google'da aratak bulabilirsiniz.
Lütfen istek konusu açmadan önce google'da 10 dakika gezinin eminim faydası olacaktır.
 


Çevrimdışı sefacan

  • Yeni Üye
  • *
    • İleti: 16
Yanıtla #3 : 27 Mayıs 2017, 01:55:58
Kardes googleden aradim bulamadim link olarak atarmisin?

Teșekkűrler
 


Çevrimdışı Paradox

  • Kurucu
  • *
    • İleti: 684
  • SH Gaming
Yanıtla #4 : 27 Mayıs 2017, 02:10:22
Linki görebilmek için Kayıt olun yada Giriş yapın.
Kardes googleden aradim bulamadim link olarak atarmisin?

Teșekkűrler

Buyur indir.
Linki görebilmek için Kayıt olun yada Giriş yapın.
« Son Düzenleme: 27 Mayıs 2017, 02:46:24 Gönderen: Paradox »