• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Broadcasting Kills

oska2

New Member
Joined
Aug 18, 2013
Messages
36
Reaction score
0
Hi otland, I hope I will be getting help this time, I didn't get any last time I asked for it.

So here's the script I need.

If Player called " Esa " kills player called " Jonne " who is level 20, it would broadcast that " Jonne has been killed by Esa at level 20 " but it would only make a red text in the "Default" chat, and be seen by everybody. I think the "Esa" and "Jonne" will be replaced with "cid"? Well, I hope I get help this time, since there are many good scripters in Otland.

Peace
 
1.0
Code:
sendChannelMessage(channelId, type, message)
0.3/0.4
Code:
doPlayerSendChannelMessage(cid, author, message, MessageClasses, channel)
 
Back
Top