15.11.2009, 02:54
how do u make money pickups and red checkpoints? i tyied but not working
Originally Posted by aceisnice
CreatePickup(1212,3,1449.6963,-805.7767,84.25180, -1);
|
new money;
money = CreatePickup(1212,3,1449.6963,-805.7767,84.25180, -1);
public OnPlayerPickUpPickup(playerid, pickupid)
if (pickupid == money)
{
GivePlayerMoney(playerid,10000);
}