Garry's Mod

Garry's Mod

[SCP] Enhanced SCP-106
commander cat 16 May, 2022 @ 10:36am
what do you mean bye make a team
help
< >
Showing 1-5 of 5 comments
Guthen  [developer] 16 May, 2022 @ 10:51am 
Hey, by making a team, I mean that the mod is working only if you have created a team called 'TEAM_SCP106' in the code. This mean, if you are in DarkRP, you have to create a custom job for this
OTAUnitEcho-5 1 Aug, 2023 @ 12:26pm 
is there a way to make a team in sandbox?
Guthen  [developer] 1 Aug, 2023 @ 1:08pm 
Well, I have never tried but with some Lua code, this may be possible yes. Even though it's not pratical.

Assuming you are in a singleplayer game, open your console and enter these lines (one by one) to create the team:
lua_run TEAM_SCP106 = 100; team.SetUp( TEAM_SCP106, "SCP-106", color_white ) lua_run_cl TEAM_SCP106 = 100; team.SetUp( TEAM_SCP106, "SCP-106", color_white )

To set yourself as this new team, enter this in your console:
lua_run Entity(1):SetTeam( TEAM_SCP106 )
Dingle Berry 13 Sep, 2023 @ 12:48pm 
can you do the same with 096?
Guthen  [developer] 13 Sep, 2023 @ 1:59pm 
You don't necessarily need a team for my 096 SWEP but here you go:

Create the teams:
lua_run TEAM_SCP096 = 96; team.SetUp( TEAM_SCP096, "SCP-096", color_white ) lua_run_cl TEAM_SCP096 = 96; team.SetUp( TEAM_SCP096, "SCP-096", color_white )

Set yourself:
lua_run Entity(1):SetTeam( TEAM_SCP096 )
< >
Showing 1-5 of 5 comments
Per page: 1530 50