Pickup
#1

What Is the ID of this Pickup? Thanks.

Reply
#2

There you go:

1559 //yellow corona

Hope it helps.
Reply
#3

https://sampwiki.blast.hk/wiki/Game_Object_ID_List
https://sampwiki.blast.hk/wiki/PickupTypes

pawn Код:
new examplepickup;

Under the OnGameInit()

pawn Код:
examplepickup = CreatePickup(1559, 2, X, Y ,Z , -1);
Example

pawn Код:
examplepickup = CreatePickup(1559, 2, 1503.3359, 1432.3585, 10.1191, -1);
Thanks.
Reply
#4

Thanks Davz*|*Criss I Know this. =}
Stigg thanks now try.
Reply
#5

Quote:
Originally Posted by Davz*|*Criss
Посмотреть сообщение
https://sampwiki.blast.hk/wiki/Game_Object_ID_List
https://sampwiki.blast.hk/wiki/PickupTypes

pawn Код:
new examplepickup;

Under the OnGameInit()

pawn Код:
examplepickup = CreatePickup(1559, 2, X, Y ,Z , -1);
Example

pawn Код:
examplepickup = CreatePickup(1559, 2, 1503.3359, 1432.3585, 10.1191, -1);
Thanks.
He wanted the pickup id, thats all.
Reply
#6

Right, but No Problem...
So, Stigg Thanks the ID is Good =}
Reply
#7

Quote:
Originally Posted by Bogdanovic
Посмотреть сообщение
Right, but No Problem...
So, Stigg Thanks the ID is Good =}
No prob's m8'y, glad i could help.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)