Jump to content

Let anyone be able to clear decals


Recommended Posts

Yuppers, the ulx command literally just runs the command on all clients.

for _, v in ipairs( player.GetAll() ) do

    v:ConCommand( "r_cleardecals" )

end

So the result of you running the command in your console, is exactly the same as if you were to run the ulx command.

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.