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

[HELP] Talking Teleporter~(more coordinates possible?)~

Martiimeus

●тнυg●ℓιƒє● ρα¢ 4 єνєя
Joined
Feb 3, 2009
Messages
500
Reaction score
1
Location
gєямαηу
Hello I just made this script:

PHP:
--Script by Nadoria!
local pos = {
{x = 3964, y = 3996, z = 7}
}
local timespeed = 5000 -- 5000 = 5 seconds
function onThink(cid, interval, lastExecution)
        doSendMagicEffect(pos[1], 29)
        doSendAnimatedText(pos[1], "Welcome!", 183)
return TRUE
end


But I want to have this effect on random places so how to edit this script to get working it well?


Thanks.:thumbup:
 
Back
Top