Page 1 of 1

Sofplus 2012* swap/play/spec

Posted: 24 Jan 2013, 09:00
by ShocK
To enable rcon swap/spec/play
Open user-server/sofplus/sofplus_sv.func

Find

Code: Select all

 // ---------------------------------------------------------------------------
  // Play / spec aliasses
  //   play <slot|*>
  //   spec <slot|*>
  // ---------------------------------------------------------------------------

  ////sp_sc_alias play "sp_sv_client_play #{1}"
  ////sp_sc_alias spec "sp_sv_client_spec #{1}"


  // ---------------------------------------------------------------------------
  // Team aliasses
  //   blue <slot|*>
  //   red <slot|*>
  //   swap <slot|*>
  // ---------------------------------------------------------------------------

  sp_sc_alias blue "sp_sv_client_blue #{1}"
  /////sp_sc_alias red  "sp_sv_client_red #{1}"
  ////sp_sc_alias swap "sp_sv_client_swap #{1}"
Replace with

Code: Select all

 // ---------------------------------------------------------------------------
  // Play / spec aliasses
  //   play <slot|*>
  //   spec <slot|*>
  // ---------------------------------------------------------------------------

  sp_sc_alias play "sp_sv_client_play #{1}"
  sp_sc_alias spec "sp_sv_client_spec #{1}"


  // ---------------------------------------------------------------------------
  // Team aliasses
  //   blue <slot|*>
  //   red <slot|*>
  //   swap <slot|*>
  // ---------------------------------------------------------------------------

  sp_sc_alias blue "sp_sv_client_blue #{1}"
  sp_sc_alias red  "sp_sv_client_red #{1}"
  sp_sc_alias swap "sp_sv_client_swap #{1}"

Re: Sofplus 2012* swap/play/spec

Posted: 24 Jan 2013, 09:21
by Keifer
thanks, i was gonna post this myself.

Re: Sofplus 2012* swap/play/spec

Posted: 24 Jan 2013, 09:51
by ShocK
It's only the "coding for dummies" version of what Retard posted in the other thread (personally though it may aswell have been written in Swahili - no offence Retard, non coders like me need it simplified :tongue: )
I think alot of cvars are off by default in 2012*