CreatePickup
#2

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


Messages In This Thread
CreatePickup - by KnooL - 26.02.2009, 01:51
Re: CreatePickup - by Grim_ - 26.02.2009, 01:54

Forum Jump:


Users browsing this thread: 1 Guest(s)