Likes: 0
Results 1 to 5 of 5
Thread: Gm tags
-
13-06-10, 08:22 AM #1
Custom Gm Tags
Register to remove this adWant a title in to be displayed before your name?
How to use:
Change GMname == 'Yourname')to your name
Change <Desired Tag> to the tag you want =P
Note:
This only works for gms
Code:local ChatMsg = "#n" -- local Space = " " function ChatSystem(event, player, message, type, language) if (message:find(ChatMsg.." ") == 1) then local text = message:gsub(ChatMsg.." ", "") local plrs = GetPlayersInWorld() for k, v in pairs(plrs) do local GMname = player:GetName() if (GMname == 'Yourname') then v:SendBroadcastMessage("|cFF00FFFF<Desired Tag>|cffffff00["..player:GetName().."]: |cFF00FFFF"..text.."") end end return 0 end end RegisterServerHook(16, "ChatSystem")
› See More: Gm tagsLast edited by *Alexz*; 13-06-10 at 08:29 AM. Reason: Renamed topic
Msn: [email protected]
-
13-06-10, 11:52 AM #2
This is cool
No touching please.
-
14-06-10, 04:31 AM #3
Most epic think I have ever seen, and I sall when the dinosaurs were still around! when I can.
Just got my pc back
-
24-08-10, 10:54 AM #4
I wonder if this works well im going to test and give feedback xD
Feedback: Nope didn't work for me i guess i edited in the wrong spott or something but still a good shareLast edited by zwroblewski; 24-08-10 at 11:00 AM.
-
24-08-10, 03:59 PM #5
Register to remove this adIt's EXTREMELY simple. If your having trouble getting this working, I suggest finding a starters LUA guide before you start editing LUA's.