Anti-Insultos en tu Server
3 participantes
- YerenixAportador
- Mensajes : 98
Anti-Insultos en tu Server
Sáb Sep 24, 2011 7:33 pm
Vamos a Data/Talkations/Scripts/ Crea un Archivo lua llamado Ofensas y esto Adentro
Y esto en Talkations.xml
- Código:
function onSay(cid, words, param)
local playerpos = getPlayerPosition(cid)
if math.max(math.abs(playerpos.x-23), math.abs(playerpos.y-30)) < 9999 then
doSendAnimatedText(playerpos, "Soi Noob!" , math.random(1, 255))
doSetMonsterOutfit(cid, "Rat", 10*1000)
return 0
end
return 1
end
Y esto en Talkations.xml
- Código:
<talkaction words="servegame;no-ip;zapto;sytes;fdp;entren a ;este server;puta" hide="yes" script="ofensas.lua"/>
Permisos de este foro:
No puedes responder a temas en este foro.