31.08.2009, 17:31
You missed a return 1; at the end of the code
Код:
public OnPlayerPickUpPickup(playerid, pickupid) { if (pickupid == cash) { GivePlayerMoney(playerid,10000); return 1; } )