You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
545 B
C++

#pragma once
#include "CCSPlayerController_InGameMoneyServices.h"
#include "CBasePlayerController.h"
#include "CCSPlayerPawn.h"
#include "ehandle.h"
#include "schemasystem.h"
class CCSPlayerController : public CBasePlayerController
{
public:
SCHEMA_FIELD(CCSPlayerController_InGameMoneyServices*, CCSPlayerController, m_pInGameMoneyServices);
SCHEMA_FIELD(CUtlSymbolLarge, CCSPlayerController, m_szClan);
SCHEMA_FIELD(char[32], CCSPlayerController, m_szClanName);
SCHEMA_FIELD(CHandle<CCSPlayerPawn>, CCSPlayerController, m_hPlayerPawn);
};