SA-MP Forums Archive
object - 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 (/showthread.php?tid=84632)



object - sggassasin - 02.07.2009

hi there i was woundering if there is a building / home that i could put a tele in and i can walk around in the home andwith the walking robe and evreything like that and then put a checkpoint tele in (just the house dont whant tele script)


Re: object - refshal - 02.07.2009

Try to spell it more correctly. I don't understand you.


Re: object - Grim_ - 02.07.2009

There are no objects that you can walk through, atleast not house objects. All the 'inside' of houses are interiors. You could create a house object, but would have to assign it to a custom interior.
Note: you can also make interiors


Re: object - abhinavdabral - 02.07.2009

if you are making that kind of stuff for your server.. then just create a house, by direct house id ...like 3310 ..and put a arrow like thing on its front of door, then just create a interior of your own and teleport to there when you pick up that arrow thing. Its easy, i have tried that in my server, and it works


Re: object - sggassasin - 03.07.2009

Quote:
Originally Posted by ۞●•λвнiиаv•●۞
if you are making that kind of stuff for your server.. then just create a house, by direct house id ...like 3310 ..and put a arrow like thing on its front of door, then just create a interior of your own and teleport to there when you pick up that arrow thing. Its easy, i have tried that in my server, and it works
ok i dont under stand, here so like i go creatobject,3310 , X , Y , Z ,0.000000,0.000000,0.000000
then add outher objects to that house house being 3310


Re: object - sggassasin - 03.07.2009

or is there some outher way to place a home


Re: object - refshal - 03.07.2009

No. You can only create "home(s)" by using CreateObject.

wiki.sa-mp.com/wiki/CreateObject
wiki.sa-mp.com/wiki/MoveObject
wiki.sa-mp.com/wiki/DestroyObject


Re: object - sggassasin - 03.07.2009

i put the creat object with the object as 3310 and when i whent there nothin was there


Re: object - refshal - 03.07.2009

Show us your script.


Re: object - sggassasin - 03.07.2009

CreateObject(3310, -562.1069,4837.6924,57.6774, 0.0000, 0.0000, 0.0000);