30.06.2009, 14:51
I got it to work...
I just changed the Pickup to PickUp... Works fine
Код:
public OnPlayerPickUpPickup(playerid, pickupid) { if (pickupid == value) // Check that the picked up pickup id is the same as the id of the one we created { SetPlayerPos(playerid,1616.4656,-2249.4036,-2.8516); } return 1; }