Hallo liebes und nettes SA-MP Forum!
Ich habe mir 5x Armour-Pickups erstellt und möchte in einem Block so machen, dass alle 100% Armour geben.
Ich möchte bei OnPlayerPickupPickup nicht immer if abfragen machen.
Also:
public OnPlayerPickupPickup(playerid,pickupid)
{
if(pickupid==blablabla || blablabla2...)//diese funktion nicht
{
//In einer For schleife...
}
}