[DUV] Carregar Arquivo
#9

Coloca Assim

Код:
public AntiHW(playerid)
{
new
string[128];
new
name[MAX_PLAYER_NAME];
new WeaponData[13][2];
GetPlayerName(playerid, name, sizeof(name));
for(new i = 0; i < MAX_PLAYERS; i++) {
  for(new a = 0; a < 13; a++) {
    GetPlayerWeaponData(i, a, WeaponData[a][0], WeaponData[a][1]);
    if(WeaponData[a][0] == 39 || WeaponData[a][0] == 38 || WeaponData[a][0] == 38 || WeaponData[a][0] == 37 || WeaponData[a][0] == 36 || WeaponData[a][0] == 35 || WeaponData[a][0] == 41 || WeaponData[a][0] == 42 || WeaponData[a][0] == 43 || WeaponData[a][0] == 44 || WeaponData[a][0] == 45){
      format(string, sizeof(string), "%s foi banido : Heavy Weapowns.",name);
      SendClientMessageToAll(COLOR_RED, string);
    }
  }
}
Reply


Messages In This Thread
[DUV] Carregar Arquivo - by BurrodaZero - 06.05.2010, 22:07
Re: [DUV] Banido ao Digitar CMD - by RoamPT - 06.05.2010, 22:37
Re: [DUV] Banido ao Digitar CMD - by BurrodaZero - 06.05.2010, 22:41
Re: [DUV] Banido ao Digitar CMD - by xolp25 - 06.05.2010, 23:07
Re: [DUV] Banido ao Digitar CMD - by sergio_killer - 06.05.2010, 23:58
Re: [DUV] Banido ao Digitar CMD - by xolp25 - 07.05.2010, 00:54
Re: [DUV] Banido ao Digitar CMD - by RoamPT - 07.05.2010, 01:18
Re: [DUV] Banido ao Digitar CMD - by BurrodaZero - 07.05.2010, 01:26
Re: [DUV] Banido ao Digitar CMD - by TiagoPS - 07.05.2010, 01:36
Re: [DUV] Banido ao Digitar CMD - by Guilherme_Canani - 07.05.2010, 01:54

Forum Jump:


Users browsing this thread: 1 Guest(s)