SA-MP Forums Archive
Pickup - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Pickup (/showthread.php?tid=237053)



Pickup - Bogdanovic - 08.03.2011

What Is the ID of this Pickup? Thanks.




Re: Pickup - Stigg - 08.03.2011

There you go:

1559 //yellow corona

Hope it helps.


Re: Pickup - Davz*|*Criss - 08.03.2011

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.


Re: Pickup - Bogdanovic - 08.03.2011

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


Re: Pickup - Stigg - 08.03.2011

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.


Re: Pickup - Bogdanovic - 08.03.2011

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


Re: Pickup - Stigg - 08.03.2011

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.