Discord
Steam
/
Garry's Mod
/
Developers
/
Simple questio..
Login/Join
Event Log
Simple question how to disable suit zoom everyone?
2 replies, posted
Search
In This Thread
local Players = player.GetAll() Players:SetCanZoom( false ) dosen't work
not tested for k,v in pairs(player.GetAll() do v:SetCanZoom(false) end
You are literally trying to call a player function on a table, why do you expect it to work? Read the wiki, please
Sorry, you need to
Log In
to post a reply to this thread.