Page 1 of 1

[CS:GO] Thirdperson and mirror view

Posted: Thu Jan 23, 2020 1:08 pm
by Andreeas
Description:

Allow players/admins to toggle thirdperson (or rotational thirdperson) on themselves/players.


Commands:
  • Using thirdperson plugin
    Code:
    !tp
    !thirdperson
    !third
    Using mirror plugin
    Code:
    !mirror
    Cvars:
Put in server.cfg (thirdperson plugin)

Code: Select all

Code:
sm_thirdperson_enabled "1" // Thirdperson's enabled?
sm_thirdperson_admins "1" // Allow admins to toggle thirdperson to players?
Download:

Main repository
Direct download
Code changes