DeathInfos (Joolz)

社区服务
高级搜索
猴岛论坛CSGO反恐精英CS作弊器交流讨论DeathInfos (Joolz)
发帖 回复
倒序阅读 最近浏览的帖子最近浏览的版块
0个回复

DeathInfos (Joolz)

楼层直达
作弊辅导员_h

ZxID:1019634

等级: 元老
定做作弊器
举报 只看楼主 使用道具 楼主   发表于: 2007-07-25 0
Dans le client.cpp
Chercher :

Code:
 
if (killer == me.ent->index && victim != me.ent->index)



Mettre dans ce code :

Code:
 
      if (cvar.deathinfo)
      {
        deathInfos.victimName = getPlayerNameByIndex(victim);
        deathInfos.weaponName = weaponName;
        char tmp[256];
        sprintf(tmp,"say -=| CsC Public Hook |=- J'ai tue [%s] avec mon [%s] %s!", deathInfos.victimName, deathInfos.weaponName, (headshot) ? "! HeadShot ":"");
        gEngfuncs.pfnClientCmd(tmp);
      }



Ensuite dans

Code:

if (victim == me.ent->index && victim != killer)



Mettre :

Code:
 
      if (cvar.deathinfo)
      {
        deathInfos.victimName = getPlayerNameByIndex(victim);
        deathInfos.weaponName = weaponName;
        char tmp[256];
        sprintf(tmp,"say -=| CsC Public Hook |=- J'ai tue [%s] avec mon [%s] %s!", deathInfos.victimName, deathInfos.weaponName, (headshot) ? "! HeadShot ":"");
        gEngfuncs.pfnClientCmd(tmp);
      }



Déclarez la cvar si cela est nécessaire.

Bientôt le même tuto pour OGC, j'ai remarqué que le deathinfos il y était pas déclaré :p
密码被盗,请联系cscheat取回
« 返回列表
发帖 回复