Quote:
Originally Posted by Caio_Freeze
Tenta assim:
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) { if(!PlayerInfo[giveplayer][pSocio]) { 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); }
Ajudei Reep +
|
49770 Erro C:\Users\Emerson\Downloads\Brasil Life Extre... 033: array must be indexed(variable"giveplayer")