Posts: 95
Threads: 20
Joined: Sep 2010
Reputation:
0
the object is show in all the interior
Posts: 20
Threads: 6
Joined: Feb 2012
Reputation:
0
No it's not. I want them to be in Interior 11, but they are in interior 0.
Posts: 1,274
Threads: 54
Joined: Jul 2012
Quote:
Originally Posted by GTAprogamer111
No it's not. I want them to be in Interior 11, but they are in interior 0.
|
What streamer are you using?
Код:
CreateObject(2933,2219.00000000,-1151.40002441,1026.50000000,0.00000000,0.00000000,90.00000000, .interiorid = [YOURINTERIORID]);
Posts: 95
Threads: 20
Joined: Sep 2010
Reputation:
0
yes id does,
are you using streamer?
maby in the streamer has a option to change interior...
Posts: 1,274
Threads: 54
Joined: Jul 2012
Please, review my previous post as I have modified it.
Posts: 1,274
Threads: 54
Joined: Jul 2012
Quote:
Originally Posted by kbalor
pawn Код:
#include <streamer>
CreateDynamicObject(2933,2219.00000000,-1151.40002441,1026.50000000,0.00000000,0.00000000,90.00000000,1,-1,-1,300.0); //object(pol_comp_gate) (1) CreateDynamicObject(2933,2219.00000000,-1145.30004883,1026.50000000,0.00000000,0.00000000,90.00000000,1,-1,-1,300.0); //object(pol_comp_gate) (2)
Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
|
You don't need 'playerid = -1'
Код:
CreateObject(2933,2219.00000000,-1151.40002441,1026.50000000,0.00000000,0.00000000,90.00000000, .interiorid = 0, .worldid = 0, .streamdistance = 75);
Edit the '0's to your specification'