How Do?
#1

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"
Reply
#2

Under includes:
Код:
new OMFGHAX;
Under OnGameModeInIt:
Код:
OMFGHAX=CreatePickup(1239, 2, 1855.2666, 2024.6781, 13.7848);
Under OnPlayerPickUpPickup:
Код:
if(pickupid==OMFGHAX)
{
SendClientMessage(playerid, 0x21DD0033, "Blaa, Blaa Example");
}
Reply
#3

Sorry, I wanted to say If Player Stands/stay

sry my bad english!!!
Reply
#4

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.
Reply
#5

hey
Reply
#6

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);
Reply
#7

thank you:
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)