Heh heh heh.
Anyway, I was thinking about some stuff I could do, and I decided to give all the developers of my mod custom playermodels unique to them. The idea is that they use cl_playermodel to switch to them because they wouldn't normally be on the list. Then I realised people could just use cl_playermodel because they're bound to root through the files. I do that with most mods, naughty me.
The idea here is to check what the player's name and SteamID is, and if they have the same SteamID and name as the developer, it returns true, and they can use the model (preferably auto-switching them to it). If it returns false, they are auto-switched to the default model. The check would probably happen every time someone tried to switch to it, or joined the server with it on.
tl;dr:
Can I have a way to only allow a certain playermodel for a certain SteamID and change them to the default model if their ID doesn't match?



