my brains maked this. But... :/
local t = {
from = {x = 32117, y = 32214, z = 7},
to = {x = 32125, y = 32219, z = 7},
t.center = {x = 32025, y = 32219, z = 7}
}
if getPlayerStorageValue(cid, 25001) == 1 then
doTeleportThing(cid,t.center)
end
I want eg all players who have 25001 storage be...