28.04.2012, 00:22
Seguinte, tem um anti xiter no meu gm e tipo, atй qnd sуcio pega o jetpack aparece a msg pros admins, keria que quando o socio pegasse nгo aparecesse, tentei por a linha:
Mais nгo deu
Segue o cуdigo:
Linha do sуcio:
Ve se me ajuda aew , +rep
pawn Код:
if(PlayerInfo[playerid][pSocio] == 1)
Segue o cуdigo:
pawn Код:
public CheckHack() // Anti Xiter de Armas e Jet Pack
{
new string[128];
new giveplayer[MAX_PLAYER_NAME];
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i) && gPlayerLogged[i] == 1 && !IsPlayerNPC(i) && spawnado[i] > 0)
{
// JetPack
if(GetPlayerSpecialAction(i) == SPECIAL_ACTION_USEJETPACK)
{
GetPlayerName(i, giveplayer, sizeof(giveplayer));
format(string, sizeof(string), "ANTICHEAT: %s[ID %d] estб usando um JetPack /tv nele rapido!", giveplayer,i);
ABroadCast(COLOR_LIGHTRED,string,1);
}
Linha do sуcio:
pawn Код:
pSocio