SA-MP Forums Archive
Why can't I see my 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)
+--- Thread: Why can't I see my pickup? (/showthread.php?tid=340291)



Why can't I see my pickup? - davve95 - 06.05.2012

Hi!

I'm trying to make a pickup for my interior... But I have a problem I can't see the pickup..
And don't pick it up :S.. So what could be wrong??..

Here is the code:

pawn Код:
CreatePickup(1318,1,-1411.6375,7.0938,15.4421); //For pickup to prison
Thanks for reply and helping!.


Re: Why can't I see my pickup? - newbienoob - 06.05.2012

CreatePickup(1318,1,-1411.6375,7.0938,15.4421,your world id);


Re: Why can't I see my pickup? - ReneG - 06.05.2012

The last parameter is the virtual world. If you want it to appear in all worlds. Just put -1. Take note, that in order to see the pickup, you need to be in the same virtual world that you place the pickup in.


Re: Why can't I see my pickup? - davve95 - 06.05.2012

Okay thanks, I made my own interior so what's id?? 0??.


Re: Why can't I see my pickup? - FalconX - 06.05.2012

Quote:
Originally Posted by davve95
Посмотреть сообщение
Okay thanks, I made my own interior so what's id?? 0??.
Go ingame and check what interior it is, type: /interior (It works in my server though and it should work on yours hopefully o.o )

-FalconX


Re: Why can't I see my pickup? - davve95 - 06.05.2012

Thanks .. Do you mean inside my interior?..


Re: Why can't I see my pickup? - FalconX - 06.05.2012

Quote:
Originally Posted by davve95
Посмотреть сообщение
Thanks .. Do you mean inside my interior?..
When you go in any interior (even if it's yours) you can find the interior id by typing /interior command.

-FalconX


Re: Why can't I see my pickup? - davve95 - 06.05.2012

Quote:
Originally Posted by FalconX
Посмотреть сообщение
When you go in any interior (even if it's yours) you can find the interior id by typing /interior command.

-FalconX
Nice!, Thanks alot + reputation..

Edit:
Damn I can't give..


Re: Why can't I see my pickup? - davve95 - 07.05.2012

Still dosen't works.. I have tryd with -0 and -1...