Hello Sourcemod scripter.
I would like
you to make a script(dunno if its possible):
Admins should get a command like this:
"sm_l4dchangeteam <team> {user} -> Allows Admins to change L4D team, teams are: Spectator=1 Survivor=2 Infected=3"
to change the team in
COOP,
It should not have any anounce like "ADMIN DeltaTimo is now Infected",
it should have nothing, only changing the selected admins team.
I could do it with
Code:
mp_gamemode versus;wait;jointeam 3(or 2);wait;mp_gamemode coop
but this one anounces:
Code:
CVAR mp_gamemode changed to versus/coop
Hope you'll make it and it's possible
THANKS
__________________