Vip Chat

Destination Script Center
Verfügbare Informationen zu "Vip Chat"

  • Qualität des Beitrags: 0 Sterne
  • Beteiligte Poster: darkevil
  • Forum: Destination Script Center
  • Forenbeschreibung: Ptokax Scripts and many more
  • aus dem Unterforum: Lua 5 Scripts
  • Antworten: 1
  • Forum gestartet am: Freitag 13.04.2007
  • Sprache: deutsch
  • Link zum Originaltopic: Vip Chat
  • Letzte Antwort: vor 17 Jahren, 21 Tagen, 14 Stunden, 28 Minuten
  • Getaggt durch: Chat
  • Alle Beiträge und Antworten zu "Vip Chat"

    Re: Vip Chat

    darkevil - 13.04.2007, 00:35

    Vip Chat
    VipChatName = "[«•®•»Vip-Ch@t«•®•»]"

    function Main()
    frmHub:RegBot(VipChatName)
    end


    function ToArrival(user,data)
    local s,e,to,from,msg = string.find(data,"%$To:%s+(%S+)%s+From:%s+(%S+)%s+%$%b<>%s+(.*)%|")
    if to == VipChatName then
    if user.iProfile == 0 or user.iProfile == 1 or user.iProfile == 2 or user.iProfile == 3 or user.iProfile == 4 or user.iProfile == 5 or user.iProfile == 6 then
    VipChat(user,msg)
    else
    SendPmToNick(user.sName,VipChatName, "*** You don't have the privileges to talk in this chat.")
    return 1
    end
    end
    end

    function VipChat(user,msg)
    for _,profile in GetProfiles() do
    for _,users in GetUsersByProfile(profile) do
    if GetItemByName(users) then
    if GetItemByName(users).iProfile == 0 or GetItemByName(users).iProfile == 1 or GetItemByName(users).iProfile == 2 or GetItemByName(users).iProfile == 3 or GetItemByName(users).iProfile == 4 or GetItemByName(users).iProfile == 5 or GetItemByName(users).iProfile == 6 then
    if GetItemByName(users).sName ~= user.sName then
    GetItemByName(users):SendData("$To: "..GetItemByName(users).sName.." From: "..VipChatName.." $<"..user.sName.."> "..msg)
    end
    end
    end
    end
    end
    end



    Mit folgendem Code, können Sie den Beitrag ganz bequem auf ihrer Homepage verlinken



    Weitere Beiträge aus dem Forum Destination Script Center



    Ähnliche Beiträge wie "Vip Chat"

    Chat - [DoC] Chrigu (Sonntag 20.05.2007)
    chat - SailorSatrun (Mittwoch 09.08.2006)
    Der Chat-Eingang - Lacroix (Sonntag 09.12.2007)
    Hier ist der Chat - darksamus (Donnerstag 02.03.2006)
    HEXPAD CHAT - back in black (Freitag 05.11.2004)
    CHAT - Anonymous (Freitag 22.12.2006)
    RAW Houseshow Tour 02.-03.07.2008 "Chile, Peru usw" - JM Hardy (Freitag 04.07.2008)
    Chat, teil 2 - apocalypto (Montag 02.07.2007)
    RPG-Chat-Channel??? - BadPad (Freitag 06.04.2007)
    Chat - atreju (Samstag 06.01.2007)