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

Need help with globalevent(with screen)

Listo

New Member
Joined
Aug 17, 2008
Messages
222
Reaction score
0
YO otlanders!,

I need help with my globalevent script.
function onThink(interval, lastExecution)
doSendAnimatedText({x=1171,y=969,z=7}, 'Teleports', math.random(01,255))
doSendAnimatedText({x=1167,y=969,z=7}, 'Trainers', math.random(01,255))
doSendAnimatedText({x=1124,y=1090,z=7}, 'Temple', math.random(01,255))
doSendAnimatedText({x=600,y=1037,z=7}, 'Back', math.random(01,255))
doSendAnimatedText({x=600,y=1033,z=7}, 'Rotworms', math.random(01,255))
doSendAnimatedText({x=602,y=1033,z=7}, 'Cyclops', math.random(01,255))
doSendAnimatedText({x=604,y=1033,z=7}, 'Giant Spiders', math.random(01,255))
doSendAnimatedText({x=606,y=1033,z=7}, 'Dragons', math.random(01,255))
doSendAnimatedText({x=608,y=1033,z=7}, 'Hydras', math.random(01,255))
doSendAnimatedText({x=610,y=1033,z=7}, 'Warlocks', math.random(01,255))
doSendAnimatedText({x=612,y=1033,z=7}, 'Frost dragon', math.random(01,255))
doSendAnimatedText({x=614,y=1033,z=7}, 'Crazed Beggar and Mad Scientist', math.random(01,255))
doSendAnimatedText({x=616,y=1033,z=7}, 'Demons', math.random(01,255))
doSendAnimatedText({x=618,y=1033,z=7}, 'Poi monsters', math.random(01,255))
doSendAnimatedText({x=620,y=1033,z=7}, 'Black Knights', math.random(01,255))
doSendAnimatedText({x=622,y=1033,z=7}, 'Heroes', math.random(01,255))
doSendAnimatedText({x=624,y=1033,z=7}, 'Massive earth elementals', math.random(01,255))
doSendAnimatedText({x=600,y=1041,z=7}, 'Anni quest', math.random(01,255))
doSendAnimatedText({x=602,y=1041,z=7}, 'Demon helmet quest', math.random(01,255))
doSendAnimatedText({x=604,y=1041,z=7}, 'Ferumbras tower', math.random(01,255))
doSendAnimatedText({x=606,y=1041,z=7}, 'Demon oak quest', math.random(01,255))
return TRUE
end
And my problem is:
telepotrs.jpg


Not the whole senctence are there!

Is there a way to fix this?

Listo:thumbup:
 
Back
Top