SA-MP Forums Archive
Need Help With [PICKUP] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need Help With [PICKUP] (/showthread.php?tid=290108)



Need Help With [PICKUP] - Salsa - 14.10.2011

Thats My Object i Want To When A Player Pick THis Pickup
It Attach To player body And Player Gets Money in Each 15$ Seconds

Код:
(1550,2243.3486328125,2433.064453125,10.213654518127);
Its A Money Bag


Re: Need Help With [PICKUP] - $India$ - 14.10.2011

Use
pawn Код:
public OnPlayerPickUpPickUp(playerid, pickupid)
{
     //Do your code here.
     return 1;
}