Fixed
in the script
the wrong came from
doTeleportThing(cid
and i forgot to change from
cid
to
online
Credits to nsanee
CLOSED.
Code:
luaDoTeleportThing(). Thing not Found
Code:
local online = getPlayersOnline()
for i = 1, #online do
if getPlayerStorageValue(online[i], 57463) == 1 then
doTeleportThing(online[i], destinations[math.random(1, #destinations)])
doTeleportThing(cid
and i forgot to change from
cid
to
online
Credits to nsanee
CLOSED.
Last edited: