10.07.2010, 11:59
And that code is excuted there.
And no i dont want to player to have 1 ammo, that would be boring and a waste of gameplay on this minigame
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == GunBoxPickup)
{
IsGunBoxPickedUp = 1; // do you see?
}
}