With these
[CODE]ttt_spec_prop_control (def. 1):
Toggle whether spectators can possess props.
ttt_spec_prop_base (def. 8):
Number of prop punches in a filled punch-o-meter with no score modifier.
ttt_spec_prop_maxpenalty (def. -6):
Maximum decrease of the punch-o-meter limit for a negative score.
ttt_spec_prop_maxbonus (def. 16):
Maximum increase of the punch-o-meter limit for a positive score.
ttt_spec_prop_force (def. 110):
Amount of force by which each punch moves the prop.
ttt_spec_prop_rechargetime (def. 1):
Number of seconds for one point in the punch-o-meter to recharge.[/CODE]
Is it possible to change these settings for a specific person? I want to make it to where I can goof around but at the same time I don't want everyone else to abuse it.
You could potentially, but you would have to rewrite the whole system to only allow a specific user.
[QUOTE=code_gs;45463279]You could potentially, but you would have to rewrite the whole system to only allow a specific user.[/QUOTE]
not really, you could just add some extra logic to the parts of the code that reference those settings and force different numbers if the user is in a certain group/rank
You would have to edit core files to check for a specific SteamID, then manually overwrite the convar value there. That or create a completely separate convar that only sets the prop-push value for him specifically. Maybe I'm just missing something; adding only a SteamID check for a convar means everytime he wants to change it for himself, he would have to edit the file.
Sorry, you need to Log In to post a reply to this thread.