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
uppppp
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: