View Single Post
Dr.Doctor
AlliedModders Donor
Join Date: Feb 2017
Location: Hong Kong
Old 07-21-2019 , 07:03   Re: [ H3LP ] Camera Player Model / Weapons
Reply With Quote #6

Idk what sources game you are currently using.
Enabling cheats on third-person is not a must I think

If CSGO,
PHP Code:
public void OnPluginStart()
{
    
SetConVarInt(FindConVar("sv_allow_thirdperson"), 1);

PHP Code:
SetClientViewEntity(cliententity);

ClientCommand(client"thirdperson"); 
__________________
Dr.Doctor is offline