SA-MP Forums Archive
Interior Pickups - 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: Interior Pickups (/showthread.php?tid=79226)



Interior Pickups - Hot - 26.05.2009

Can someone show me a example how to add pick ups on a interior?


Re: Interior Pickups - JoeDaDude - 26.05.2009

You want a pickup in a interior, Or you want a pickup teleporting you to an interior


Re: Interior Pickups - Hot - 26.05.2009

A pickup IN the interior


Re: Interior Pickups - sidhu123 - 26.05.2009

Simply make a pickup that teleports you into the interior, and use /save to get the coords and your set


Re: Interior Pickups - JoeDaDude - 26.05.2009

Ok i just had a quick look at my script,
And you do it just as you would on mainland,
It should appear in that interior via the coords given on CreatePickup
As all my script shows is CreatePickup in which it appears in an interior


Re: Interior Pickups - Hot - 26.05.2009

Just this? -.-


Re: Interior Pickups - JoeDaDude - 26.05.2009

Example,

Goto the interior as said by [SAP]Sidhu
Use /save to achieve the coordinates,
On your script type in
pawn Код:
CreatePickup (model,type,x,y,z);
Put the coordinates you got when in interior, And the pickup should appear in the interior as normal




Re: Interior Pickups - Hot - 26.05.2009

Can you tell me the interior of city hall and the point that you go when you get the pickup in the city hall?


Re: Interior Pickups - Weirdosport - 26.05.2009

There isn't a City Hall interior to the best of my knowledge?

Try here:

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


Re: Interior Pickups - boelie - 12.09.2009

This doesnt seem to be working in sa-mp 0.3 :S i saved coordinates in interiors all the time and after that i made the pickup
what would always work. Now it doesnt anyone know why ?