SA-MP Forums Archive
[QUESTION] pickup (maybe object) problem - 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: [QUESTION] pickup (maybe object) problem (/showthread.php?tid=298365)



[QUESTION] pickup (maybe object) problem - Dirkon - 20.11.2011

Hey, everyone!

I don't get it, why is this pickup inside interior biger, than outside? I would like to see both of 'em same size. Any solutions?

PICS:





Re: [QUESTION] pickup (maybe object) problem - MP2 - 20.11.2011

What is the model ID?


Re: [QUESTION] pickup (maybe object) problem - Tanush123 - 20.11.2011

wats the object code for the outside and inside.


Re: [QUESTION] pickup (maybe object) problem - Dirkon - 20.11.2011

pawn Код:
AddStaticPickup(1559, 1, 246.7839, 63.9001, 1004.1406, 0);
AddStaticPickup(1559, 1, -217.8443,979.1246,20.1040, 0);



Re: [QUESTION] pickup (maybe object) problem - MP2 - 20.11.2011

Use 19198. It's yellow, also.


Re: [QUESTION] pickup (maybe object) problem - Dirkon - 20.11.2011

still - the same happens. Inside interior it's bigger.


Re: [QUESTION] pickup (maybe object) problem - MP2 - 20.11.2011

Don't see why it would be different, but try CreatePickup instead. I use CreatePickup and have no problems with the scale.