[HELP] Pickup that makes GameTextForPlayer?
#1

I've maked a pickup, this is how it looks like:

Код:
new pickup;
Код:
pickup = CreatePickup(1239, 1, 362.1396,173.6584,1008.3828);
Now, I'm going for
Код:
public OnPlayerPickUpPickup(playerid, pickupid)
What should I write at PickupPickup to get a GameTextForPlayer text when I enter the pickup?

Thanks
Reply
#2

Код:
if(pickupid == pickup)
{
// do something
}
Reply
#3

Yeh, use PlayerToPoint aswell. Pickups are bugged.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)