• 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!

NPC Broadcaster

Ronaldino

Esso Eh
Joined
Dec 25, 2007
Messages
745
Reaction score
0
Hello.

I'm looking for GOOD NPC Broadcaster. Because I cant give access to NPC and NPC cant use commands like "/B". So If you have that one, please post it.
 
So use broadcastMessage(param,textColor) instead /B command.

I tried use that but it crash my server...

Edit;

I make it like this, please repair is something is wrong.

Code:
stime = 20
time = os.clock()

function onThink(cid, words, param)
if (time + stime) < os.clock() then
time = os.clock()
broadcastMessage(test message,18)

end
end
 
Last edited:
Back
Top