Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- I think these links came from psykko and others I found over time . just kewl little tweeks to customize your world
- local WorldChannelName = "|cff00ff00World Channel|r ";
- --example VIP[player:GetPremiumType()]
- --example Gmrank[player:GetGMRank()]
- --example Class[player:GetClass()]
- function ChatSystem(event, player, msg, type, lang, channel)
- if(channel==1)then
- local t = table.concat{WorldChannelName, "[","|Hplayer:", player:GetName(), "|h", player:GetName(), "|h", "]|r: |cff00ff00", msg};
- SendWorldMessage(t)
- return false;
- end
- end
- RegisterPlayerEvent(22, ChatSystem)
- --RegisterServerHook(18, ChatSystem);
- --RegisterServerHook(4, function(_, player) RCD[player:GetGUIDLow()] = 0; end);
Advertisement
Add Comment
Please, Sign In to add comment