Posts: 13
Threads: 4
Joined: Jun 2009
Reputation:
0
I have a lot of custom maps, I put the PWN code in OnFilterLoad () but when I enter the game only the first custom maps are loaded and not the other..
There is a way to load all the maps?
Sorry for my english
Posts: 111
Threads: 34
Joined: Jul 2009
Reputation:
0
the 0bject limit is 150 you need a streamer
Posts: 2,034
Threads: 153
Joined: Jan 2009
Reputation:
0
Midostream never worked for me seach "Y_Streamer" or "Double-O-Stream"
Posts: 2,034
Threads: 153
Joined: Jan 2009
Reputation:
0
CreateStreamObject(ID,X,Y,Z,R1,R2,R3,Viewdistance, Interior);
Example:
CreateStreamObject(18289, 1814.255859, 3316.707275, 33.502274, 0.0000, 0.0000, 326.2500,250,0);
Just press ctrl + H in pawno.
Posts: 2,034
Threads: 153
Joined: Jan 2009
Reputation:
0
because you used the wrong format. I even posted a example and you still managed not to follow it.
Posts: 13
Threads: 4
Joined: Jun 2009
Reputation:
0
asd..
I'm n00b in pwn...
I found this:
(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ)
CreateObject(18449, -773.759033, -2773.517578, 111.189949, 0.0000, 47.2690, 277.7349);
(ID,X,Y,Z,R1,R2,R3,Viewdistance,Interior);
CreateStreamObject(18449, -773.759033, -2773.517578, 111.189949, 0.0000, 47.2690, 277.7349, 250, 0);
Isn't this true?
I edited the code, there aren't warnings or errors.
All perfect but the maps dosn't load...
Posts: 13
Threads: 4
Joined: Jun 2009
Reputation:
0
I can't edit the last post...
Now i'm using Einsteins Object Stream
But the problem is the same..
Are loaded only the maps in ground after a few of seconds and not the others...