04.12.2011, 10:13
What are you going to do with those pickups? You should use it as so:
If you won't use the pickups for anything, just don't make those variables, which will be a waste.
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == area) print("Area pickup.");
else if(pickupid == abb) Ban(playerid);
return 1;
}