26.02.2009, 01:54 
	
	
	
		for your example 'policepick = CreatePickup(lalala);' 
you would use this under OnPlayerPickupPickup()
	
	
	
	
you would use this under OnPlayerPickupPickup()
pawn Код:
if(pickupid == policepick)
{
//Whatever you want the pickup to do
}


