Help apriciatet
#2

You define the pickup position while creating the pickup

pawn Код:
new TH1;

TH1 = CreatePickup(model,type, PosX,PosY,PosZ, virtualworld);

public OnPlayerPickupPickUp(playerid, pickupid)
{
if (pickupid == TH1) {
//Something happens
}

return 1;
}
Reply


Messages In This Thread
Help apriciatet - by KiraAndPoul - 05.10.2010, 15:13
Re: Help apriciatet - by Jakku - 05.10.2010, 15:19
Re: Help apriciatet - by KiraAndPoul - 05.10.2010, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)