View Single Post
DarthMan
Veteran Member
Join Date: Aug 2011
Old 07-21-2019 , 07:12   Re: [ H3LP ] Camera Player Model / Weapons
Reply With Quote #7

Quote:
Originally Posted by Dr.Doctor View Post
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"); 
It is, as this command requires cheats to be enabled. if I enable cheats on specific client, then he can use all stuff like noclip, god, camera, fullbright command etc. Which is not what I want.
DarthMan is online now