nevix
Tunzodus.net
one question. how to do all players who have storage eg: 25001,1 to be changed to 25001,0 i have this script:
but this who players online. I need all
Code:
for _, pid in ipairs(getOnlinePlayers()) do
if getPlayerStorageValue(pid, 25001) == 1 then
-- code
end
but this who players online. I need all