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

[GlobalEvent] luaDoTeleportThing

Status
Not open for further replies.

Fallen

Freelancer
Senator
Joined
Aug 21, 2009
Messages
3,712
Reaction score
250
Location
Egypt
Fixed
Code:
luaDoTeleportThing(). Thing not Found
in the script
Code:
local online = getPlayersOnline()
      for i = 1, #online do
           if getPlayerStorageValue(online[i], 57463) == 1 then
                doTeleportThing(online[i], destinations[math.random(1, #destinations)])
the wrong came from
doTeleportThing(cid
and i forgot to change from
cid
to
online
Credits to nsanee
CLOSED.
 
Last edited:
Status
Not open for further replies.
Back
Top