SA-MP Forums Archive
Object ID - 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: Object ID (/showthread.php?tid=70981)



Object ID - Exclikers - 29.03.2009

hi what is the object ID this?





thanks


Re: Object ID - Betamaster - 29.03.2009

https://sampwiki.blast.hk/wiki/Object_in...kups_and_Icons

Quote:

1247 bribe/PD_ICON [1247]




Re: Object ID - Exclikers - 29.03.2009

thanks dude

but thats not the object i need. you give me a ID thats too small and not moving..

i need the Big and moving object. its turning arround.


Re: Object ID - SpiderPork - 29.03.2009

- Never mind, didn't see Betamaster's post -


Re: Object ID - Kinetic - 29.03.2009

Quote:
Originally Posted by Exclikers
thanks dude

but thats not the object i need. you give me a ID thats too small and not moving..

i need the Big and moving object. its turning arround.
its a pickup not an object.


Re: Object ID - Exclikers - 29.03.2009

so what is the code for that?

can i put it here?

CreateObject(1247,257.664001,185.617462,1008.17187 5,0.000000,0.000000,1.650013); //FBI Bribe


Re: Object ID - SpiderPork - 29.03.2009

https://sampwiki.blast.hk/wiki/AddStaticPickup


Re: Object ID - Exclikers - 29.03.2009

thanks.. and now when i pick it up. how can i add an menu on it?


Re: Object ID - SpiderPork - 29.03.2009

Look under OnPlayerPickUpPickup:
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup

Then use a menu:
https://sampwiki.blast.hk/wiki/Creating_a_simple_Menu


Re: Object ID - worxds - 29.03.2009

Don't use AddStaticPickup, use CreatePickup instead.