How Do? -
BLACK-RIDER-1692 - 22.08.2009
Hello!
Need Help!!!
Want Add Icon And If Player Take Icon He Get Some Message
Cordinates Is Here
1855.2666,2024.6781,13.7848
And Icon What I Want Add Is...
Message "Blaa, Blaa Example"
Re: How Do? -
ronyx69 - 22.08.2009
Under includes:
Under OnGameModeInIt:
Код:
OMFGHAX=CreatePickup(1239, 2, 1855.2666, 2024.6781, 13.7848);
Under OnPlayerPickUpPickup:
Код:
if(pickupid==OMFGHAX)
{
SendClientMessage(playerid, 0x21DD0033, "Blaa, Blaa Example");
}
Re: How Do? -
BLACK-RIDER-1692 - 22.08.2009
Sorry, I wanted to say If Player Stands/stay
sry my bad english!!!
Re: How Do? -
BLACK-RIDER-1692 - 22.08.2009
icon disappears when I pick it up! I want that it is all the time.
are add some
OMFGHAX=CreatePickup(1239,
2, 1855.2666, 2024.6781, 13.784

;
put it in place of them or something?
Available Pickup Types
0
The pickup does not display.
1
Not pickupable, exists all the time.
2
Pickupable, respawns after some time.
3
Pickupable, but doesn't respawn.
4
Disappears shortly after created (perhaps for weapon drops?)
5
Disappears shortly after created (perhaps for weapon drops?)
8
Pickupable, but has no effect. Disappears automatically.
11
Blows up a few seconds after being created (bombs?)
12
Blows up a few seconds after being created.
13
Slowly decends to the ground.
14
Pickupable, but only when in a vehicle. Falls through objects made with CreateObject, etc.
15
Pickupable, but doesn't respawn.
19
Pickupable, but has no effect (information icons?)
22
Pickupable, but doesn't respawn.
23
Pickupable, but doesn't disappear on pickup.
Re: How Do? -
BLACK-RIDER-1692 - 22.08.2009
hey
Re: How Do? -
ronyx69 - 22.08.2009
Just use 23. It will not disappear on pickup and you shouldn't bump just 20 minutes after the last post. In rules it says that you can bump only after 12 hours.
Код:
OMFGHAX=CreatePickup(1239, 23, 1855.2666, 2024.6781, 13.7848);
Re: How Do? -
BLACK-RIDER-1692 - 22.08.2009
thank you: