Discord
Steam
/
Garry's Mod
/
Developers
/
how do i make ..
Login/Join
Event Log
how do i make use function repeat its action until i release the use key?
5 replies, posted
Search
In This Thread
the title speaks for itself
[code]while input.IsKeyDown( key enum here ) do -- end[/code] It can be written really inefficiently so watch out.
thats client side isnt it? and ENT:Use is serverside
If it's an entity, ent:SetUseType(CONTINUOUS_USE)
[QUOTE=DaddyFrosty;49772166]thats client side isnt it?[/QUOTE] You didn't specify on what side it's meant to be ran.
True , thanks LUModder
Sorry, you need to
Log In
to post a reply to this thread.