Pick-ups [+REP]
#1

Hello, I want to know how to make pick-ups that doesn't disappear after a long time and still can trigger OnPlayerPickUpPickUp
Reply
#2

Nevermind.
Reply
#3

Код:
 2
Disappears after pickup, respawns after 30 seconds if the player is at a distance of at least 15 meters.[/pawn]
Best solution, there isn't a solution for this problem :/.
https://sampwiki.blast.hk/wiki/PickupTypes
Reply
#4

Here You Go:
pawn Код:
new Pickup;
//OnGameModeInit
Pickup = CreatePickup(ObjectID,Type,X, Y, Z,Virtualworld);
//OnPlayerPickUpPickup
if(pickupid == Pickup)
{
//Code
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)