31.08.2009, 17:21
top of my script
Into GameModeInit
PlayerPickup
Where is the error?
pawn Код:
new cash;
pawn Код:
cash = CreatePickup( 1242, 23, 135.6321,1875.8905,22.4375 );
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if (pickupid == cash)
{
GivePlayerMoney(playerid,10000);
}
)