Posts: 9
Threads: 2
Joined: May 2009
Reputation:
0
How would I go about creating a new house.
Eg, When player walks onto /save spot they enter the house and it changes there world but they can also exit?
Posts: 9
Threads: 2
Joined: May 2009
Reputation:
0
Not sure if you got what I mean, But basicly I want to create gang houses with cars.
I want to learn how to do this :P
Posts: 9
Threads: 2
Joined: May 2009
Reputation:
0
No, I just want to know how you add houses into a gamemode.
Posts: 1,645
Threads: 100
Joined: Aug 2009
Reputation:
0
Script it :P and just SetPlayerPos(playerid, x, y, z) into the interior's coordinates
and then SetPlayerInterior(playerid, [Interior id])
Posts: 1,317
Threads: 23
Joined: Feb 2010
Reputation:
0
SetPlayerPos(0,0,0,0); where it says 0,0,0,0 you put your coords then you do SetPlayerInterior(playerid,0); where it says 0 you put the interior ID goto ****** or samp wiki and search for gta sa interiors and then you shall see a list with interior postion and the interior id