I want one. SMA player that changes the model of me on my serve, not all of the ADM's, which detects by
name, and if I am CT changes to a certain model, and if I TR another model:
if (name == "Pro.DH # SpeedHacker" && team == @CT ){ cs_set_user_model("speedCT")}
if (name == "Pro.DH # SpeedHacker" && team == @TR ){ cs_set_user_model("speedTR")}