• How to make a playermodel only chooseable by a few players?
    4 replies, posted
I'm trying to get certain playermodels to only be chosen/allowed by my clan. Like to have about 8 models that can only be allowed to use by the members in my clan. How would I be able to do that?
just make a table of models you want to only be used by your clan then do and a table of there steamids and do a if statement checking if there steamid is in the table or return false
I know this is going to be a huge bump, I forgot I made this thread. But how do I make a table of the models? I'm new to lua scripting.
[lua]AllowedModels = { "model/modelname.mdl", "model/modelname2.mdl" };[/lua]
Thanks, but um, What else do I do? Make a start enter this then make a end? or where do I place this?
Sorry, you need to Log In to post a reply to this thread.