[Ajuda] WARNING GM
#1

PHP код:
public OnPlayerWeaponShot(playeridweaponidhittypehitidFloat:fXFloat:fYFloat:fZ)
{
    if(
hittype == 2)
    {
        new 
Float:amount;
         switch(
weaponid)
        {
            case 
24:amount 26.0//Eagle
            
case 25:amount 18.0//Shotgun
            
case 27:amount 15.0//Combat Shotgun
            
case 29:amount 5.0;  //MP5
            
case 30:amount 7.0;  //AK-47
            
case 31:amount 7.0;  //M4
            
case 42:amount 0.0;  //Extintor - Bombeiros
            
case 9:amount =  0.0;  //Serra - Bombeiros
        
}
    }
    return 
1;

PHP код:
C:\Users\Usuario\Desktop\Brasil Mega City RPG\gamemodes\RPG.pwn(85782) : warning 204symbol is assigned a value that is never used"amount" 
Reply


Messages In This Thread
WARNING GM - by JuniorTheDM - 27.08.2015, 00:21
Re: WARNING GM - by SepZ - 27.08.2015, 01:49
Re: WARNING GM - by pWesley - 27.08.2015, 02:01

Forum Jump:


Users browsing this thread: 1 Guest(s)