• How to make a specified player:SetNoDraw()
    2 replies, posted
I cant seem to figure out a way to make players not draw for anyone, except for certain players, specifically other players who have nodraw enabled, and was wondering if anyone else knows any simple way to do it?
PrePlayerDraw Clientside hook; return true to prevent drawing. Example with caching ( if using NWVars ): [url]https://dl.dropboxusercontent.com/u/26074909/tutoring/gm_functions_and_hooks/gm_preplayerdraw_making_players_invisible.lua.html[/url] [url]http://wiki.garrysmod.com/page/GM/PrePlayerDraw[/url] As it is clientside, there may be some issues with "security" / bypassing.
Thanks, exactly what i was looking for!
Sorry, you need to Log In to post a reply to this thread.