View Single Post
DarthMan
Veteran Member
Join Date: Aug 2011
Old 11-28-2017 , 06:08   Re: [H3LP] PlayerClass Fortress Forever
Reply With Quote #4

Quote:
Originally Posted by hlstriker View Post
You will want to use "m_iClassStatus".

GetClassSlot
PHP Code:
GetClassSlot(iClient)
{
    return (
GetEntProp(iClientProp_Send"m_iClassStatus") & 0x0000000F);

SetClassForClient
PHP Code:
SetClassForClient(iClientiSlot)
{
    
SetEntProp(iClientProp_Send"m_iClassStatus"iSlot 0x0000000F);

Unfortunately, it still doesn't change my class, but now there are no errors.
I also tested the GetClassSlot and that seems to work fine.

Last edited by DarthMan; 11-28-2017 at 06:45.
DarthMan is offline