Можно код того, что ты пастил в последний момент? (скорее всего, это аимбот монеона)Что делать
CGameTrace фиксаниЧто делать
class CGameTrace : public CBaseTrace
{
public:
bool DidHitWorld() const;
bool DidHitNonWorldEntity() const;
int GetEntityIndex() const;
bool DidHit() const;
bool IsVisible() const;
public:
float fractionleftsolid; // time we left a solid, only valid if we started in solid
csurface_t surface; // surface hit (impact surface)
int hitgroup; // 0 == generic, non-zero is specific body part
short physicsbone; // physics bone hit by trace in studio
unsigned short worldSurfaceIndex; // Index of the msurface2_t, if applicable
IClientEntity* hit_entity;
int hitbox; // box hit by trace in studio
CGameTrace() {}
private:
// No copy constructors allowed
CGameTrace(const CGameTrace& other) :
fractionleftsolid(other.fractionleftsolid),
surface(other.surface),
hitgroup(other.hitgroup),
physicsbone(other.physicsbone),
worldSurfaceIndex(other.worldSurfaceIndex),
hit_entity(other.hit_entity),
hitbox(other.hitbox)
{
startpos = other.startpos;
endpos = other.endpos;
plane = other.plane;
fraction = other.fraction;
contents = other.contents;
dispFlags = other.dispFlags;
allsolid = other.allsolid;
startsolid = other.startsolid;
}
};
Это pAutoWallскорее всего, это аимбот монеона
Проект предоставляет различный материал, относящийся к сфере киберспорта, программирования, ПО для игр, а также позволяет его участникам общаться на многие другие темы. Почта для жалоб: admin@yougame.biz