• Two relativity newbie questions.
    1 replies, posted
Hello FP, just had a few questions I couldn't find answers to. First question, how would I make a database of steamids, and use that to detect wether or not I have played with someone? Secondly, how do I get a checkbox to load by default as either checked or unchecked? Thanks in advance for the help.
For the first one, you'll need some sort of way to save thos, but I'd suggest writing it to a file: On the PlayerInitialSpawn hook, write a file containing all of the player's SteamIDs with a loop. Second: DCheckBox:SetCheck(bool Checked)
Sorry, you need to Log In to post a reply to this thread.