[HELP] Pickup's don't work corectly
#10

Код:
{
    if(pickupid == policegun1)
    {
    SetPlayerArmour(playerid, 100);
}
if(pickupid == policegun2)
{
    SetPlayerAmmo(playerid, 5, 1000);
    }    
if(pickupid == policegun3)
{
    SetPlayerAmmo(playerid, 4, 1000);
    }
if(pickupid == policegun4)
{
    SetPlayerAmmo(playerid, 2, 1000);
    }
if(pickupid == policegun5)
{
    SetPlayerAmmo(playerid, 7, 25);
    } 
return 1;
}
You Kept All the { After the if(pickupid == policegun#)
Reply


Messages In This Thread
[HELP] Pickup's don't work corectly - by Stefand - 17.02.2012, 08:35
Re: [HELP] Pickup's don't work corectly - by Twisted_Insane - 17.02.2012, 08:42
Re: [HELP] Pickup's don't work corectly - by Stefand - 17.02.2012, 09:11
Re: [HELP] Pickup's don't work corectly - by Twisted_Insane - 17.02.2012, 09:19
Re: [HELP] Pickup's don't work corectly - by commander_abhi - 17.02.2012, 09:35
Re: [HELP] Pickup's don't work corectly - by Stefand - 17.02.2012, 12:22
Re: [HELP] Pickup's don't work corectly - by Madd Kat - 17.02.2012, 12:31
Re: [HELP] Pickup's don't work corectly - by Stefand - 17.02.2012, 15:04
Re: [HELP] Pickup's don't work corectly - by Twisted_Insane - 17.02.2012, 16:07
Re: [HELP] Pickup's don't work corectly - by Zarky - 17.02.2012, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)