16.07.2013, 07:11
When i go through the pickup nothing happens.
Where is the problem, I can't find it
pawn Код:
pickup_Money = CreatePickup(1318, 23,3875.1072,-9369.9766,28.3291, 0);
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == pickup_Money)
{
return GivePlayerMoney(playerid, 15000);
}
return 1;
}