president vankk
Web Developer & AuraOT Owner
- Joined
- Jul 10, 2009
- Messages
- 5,719
- Solutions
- 9
- Reaction score
- 339
I have a script that teleportation is talking about it ... I wanted to change the fact I already tried everything else I can not ... I wanted to end No: 31 would someone help me? scripter:
Effect: 31 plx help
REP+
Code:
function onThink(cid, interval, lastExecution)
for text, pos in pairs(config.positions) do
doSendMagicEffect(pos, math.random(1, #config.effects))
doSendAnimatedText(pos, text, math.random(31, 255))
end
REP+