Problem : Crash and /q
#8

Removed this and solved, is my error.

pawn Код:
(2692) if(reason == 0)
{
 (2694) PlayerInfo[playerid][] = 1;
  for(new slot = 0; slot != 12; slot++)
  {
    new wep, ammo;
    GetPlayerWeaponData(playerid, slot, wep, ammo);
   
    if(wep != 0 && ammo != 0)
    {
      if(PlayerInfo[playerid][pGun1] == 0) { PlayerInfo[playerid][pGun1] = wep; PlayerInfo[playerid][pAmmo1] = ammo; }
      else if(PlayerInfo[playerid][pGun2] == 0) { PlayerInfo[playerid][pGun2] = wep; PlayerInfo[playerid][pAmmo2] = ammo; }
      else if(PlayerInfo[playerid][pGun3] == 0) { PlayerInfo[playerid][pGun3] = wep; PlayerInfo[playerid][pAmmo3] = ammo; }
      else if(PlayerInfo[playerid][pGun4] == 0) { PlayerInfo[playerid][pGun4] = wep; PlayerInfo[playerid][pAmmo4] = ammo; }
    }
  }
}
}
Reply


Messages In This Thread
Problem : Crash and /q - by LiDeRu`s - 24.08.2009, 09:35
Re: Problem : Crash and /q - by XtremeChio - 24.08.2009, 09:48
Re: Problem : Crash and /q - by J.W. - 24.08.2009, 09:49
Re: Problem : Crash and /q - by Energyzer - 24.08.2009, 09:50
Re: Problem : Crash and /q - by XtremeChio - 24.08.2009, 09:51
Re: Problem : Crash and /q - by XtremeChio - 24.08.2009, 09:55
Re: Problem : Crash and /q - by LiDeRu`s - 24.08.2009, 10:26
Re: Problem : Crash and /q - by Energyzer - 24.08.2009, 11:32
Re: Problem : Crash and /q - by LiDeRu`s - 24.08.2009, 11:42
Re: Problem : Crash and /q - by [mad]MLK - 24.08.2009, 12:33
Re: Problem : Crash and /q - by LiDeRu`s - 24.08.2009, 12:46
Re: Problem : Crash and /q - by Energyzer - 24.08.2009, 13:38
Re: Problem : Crash and /q - by LiDeRu`s - 24.08.2009, 14:09
Re: Problem : Crash and /q - by LiDeRu`s - 24.08.2009, 14:12
Re: Problem : Crash and /q - by Energyzer - 24.08.2009, 14:21
Re: Problem : Crash and /q - by LiDeRu`s - 24.08.2009, 14:23
Re: Problem : Crash and /q - by CAR - 24.08.2009, 14:50
Re: Problem : Crash and /q - by LiDeRu`s - 24.08.2009, 20:19
Re: Problem : Crash and /q - by NinjaCroko - 08.09.2009, 07:19
Re: Problem : Crash and /q - by Abernethy - 08.09.2009, 07:27
Re: Problem : Crash and /q - by Jose 510 - 08.09.2009, 07:35

Forum Jump:


Users browsing this thread: 1 Guest(s)