• Pointshop: Adding SteamID's for Category
    2 replies, posted
I have looked around and have seen different ways of allowing users to view categorys through steamids such as: [URL="https://facepunch.com/showthread.php?t=1386594"] Old method [/URL] but when I added this in, I got no results not even errors I even tried re-writing like [CODE]function CATEGORY:CanPlayerSee( ply ) ply:SteamID() == "STEAM0:0:0000" return end[/CODE] In which it actually did allow me to view the category but didn't show the icon nor the name of category (also showed scripted error for a few seconds) so is there any way I can actually allow certain steamid's to view the category?
You're supposed to do [B][I]return [boolean value][/I][/B] not [B][I][boolean value] return[/I][/B]
Above is right but "also showed scripted error for a few seconds" Next time post it
Sorry, you need to Log In to post a reply to this thread.