Im Looking to Force player Models Upon a Team in a Sandbox Derived Gamemode, But i Dont Know How.
This isnt Forcing Based on Admin and Such, its based on two Teams Such as
Cops are CP model
and
Robbers are Rebel Model
Regardless of Admin Powers
This is my Code
[lua]
team.SetUp( 1, “TeamA”, Color( 255, 255, 0, 255 ) )
team.SetUp( 2, “TeamB”, Color( 46, 117, 36, 255 ) )
team.SetUp( 3, “Spectator”, Color( 0, 0 , 0, 255 ) )
[/lua]
Cheers