• TTT Player Model Context Menu
    3 replies, posted
So I was wondering if there was such an addon that adds a Context Menu that allows you to select player models. It would be similar to the Sandbox's "C" menu where you are allowed to select your model. If not, how would I begin to make it? I'd imagine it'd be similar to _Undefined's pointshop
If you want somebody to make it for you, coderhire.com is the place. If you want to make it your self, its pretty simple. You will need a server side function to receive user messages sent by the client, you are sending a string to the client, which is the model's location. The server side will receive 'model' and then run the function to change the model. The client will feature a derma panel, and its up to you here, but you must then send the string containing the models location to the server, for the model to be changed. Its up to you how you do this, and the wiki is here for assistance. You will also need to write a table to a file with the user model, I can supply code for this after I've gotten my dinner.
Alright thank you. I prefer to make this on my own. It'll be an interesting learning experience.
You could just set every item Cost to 0 in the PointShop instead, would be a lot easier.
Sorry, you need to Log In to post a reply to this thread.