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

Anti advertsing

Sigoles

Discord: @sigoles
Joined
Nov 20, 2015
Messages
1,200
Solutions
2
Reaction score
149
Hello, help with this script? Dont working and dont error


Code:
--By Gaonner--
function onSay(cid, words, param)
frases = {"Que server legal !","Esse server e incrivel,nao acha?","Esse servidor me encantou","Gostei do servidor !","Vou jogar para sempre esse servidor agora!","Melhor servidor de tibia!"}
n = math.random(1,table.getn(frases))
frase = frases[n]
----------------------------End Configuration--------------------------------
doPlayerSay(cid,frase,1)
end


Code:
<talkaction words="Palavraquevocequer;palavraquevocequer2" script="antidivulgacao.lua" />

uppppp
 
Last edited by a moderator:
Hello, help with this script? Dont working and dont error


Code:
--By Gaonner--
function onSay(cid, words, param)
frases = {"Que server legal !","Esse server e incrivel,nao acha?","Esse servidor me encantou","Gostei do servidor !","Vou jogar para sempre esse servidor agora!","Melhor servidor de tibia!"}
n = math.random(1,table.getn(frases))
frase = frases[n]
----------------------------End Configuration--------------------------------
doPlayerSay(cid,frase,1)
end


Code:
<talkaction words="Palavraquevocequer;palavraquevocequer2" script="antidivulgacao.lua" />
That is bad, use one of this, depending on your server version.
https://otland.net/threads/lua-and-c-block-ips-links-on-default-trade-help.50954/
https://otland.net/threads/block-ip...ade-help-private-tfs-0-4-and-otx-only.222578/ < best one.
https://otland.net/threads/updated-block-ips-0-3-6.93613/
 
Back
Top