#2

pawn Код:
#include <a_samp>

new Pickup;

public OnGameModeInit()
{
MoneyPickup = CreatePickup(pickupid, type, Float:x, Float:y, Float:z);

public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == Pickup)
{
GivePlayerMoney(playerid, amount);
return 1;
}
return 1;
}
https://sampwiki.blast.hk/wiki/CreatePickup
https://sampwiki.blast.hk/wiki/Pickup_help
Reply


Messages In This Thread
case - by sggassasin - 17.07.2009, 11:01
Re: case - by refshal - 17.07.2009, 11:08
Re: case - by sggassasin - 18.07.2009, 07:26
Re: case - by Sergei - 18.07.2009, 07:30
Re: case - by sggassasin - 18.07.2009, 07:33
Re: case - by sggassasin - 18.07.2009, 07:37
Re: case - by sggassasin - 18.07.2009, 08:25
Re: case - by sggassasin - 18.07.2009, 08:40
Re: case - by refshal - 18.07.2009, 09:36

Forum Jump:


Users browsing this thread: 1 Guest(s)