Help with an object streamer?
#1

I am trying to install an object streamer.... this is what I did: (I used midiostream)

1. Make sure the .inc file is where it belongs.
2. Used www.convertffs.com/objects to convert my objects from "CreateObject" form to midio stream form.
3. Pasted them in my gamemode.pwn
4. Compiled then pawno quit.... so now it restarted but my game mode is saved, it just doesn't have the changes I made.
I HAVE SEARCHED, READ, LOOKED AND TRIED AT LEAST 10 TIMES BUT IT WON'T WORK!
I have even read this several times: (Main page) http://forum.sa-mp.com/index.php?topic=62450.0
Can someone PLEASE leave instructions on how to do it explaining VERY VERY VERY detailed?
I am getting frustrated :'( Thanks in advance.
Reply
#2

Use this http://forum.sa-mp.com/index.php?topic=127905.0

Change all of your CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ)
to
CreateDynamicObject(modelid, Float, Float:y, Float:z, Float:rx, Float:ry, Float:rz, -1, -1, -1, 200.0);

Paste in your gamemode or in a filterscript, compile and run the server
Reply
#3

Isnґt it CreateStreamObject(... ?
Reply
#4

Quote:
Originally Posted by Jeffry
Isnґt it CreateStreamObject(... ?
No, it's CreateDynamicObject for the Incognito's plugin.
Reply
#5

Quote:
Originally Posted by dice7
Use this http://forum.sa-mp.com/index.php?topic=127905.0

Change all of your CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ)
to
CreateDynamicObject(modelid, Float, Float:y, Float:z, Float:rx, Float:ry, Float:rz, -1, -1, -1, 200.0);

Paste in your gamemode or in a filterscript, compile and run the server
Can I use www.convertffs.com/objects ? If so, whats the name of the format?
Reply
#6

Quote:
Originally Posted by DeltaAirlines12
Can I use www.convertffs.com/objects ? If so, whats the name of the format?
You can use "Custom format".
Reply
#7

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by DeltaAirlines12
Can I use www.convertffs.com/objects ? If so, whats the name of the format?
You can use "Custom format".
I'm confused, I will try to figure it out though...
Reply
#8

Quote:
Originally Posted by DeltaAirlines12
I'm confused, I will try to figure it out though...
Choose "Custom format" and use this format:
Код:
CreateDynamicObject({modelid}, {x}, {y}, {z}, {rx}, {ry}, {rz}, -1, -1, -1, 200.0);
Reply
#9

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by DeltaAirlines12
I'm confused, I will try to figure it out though...
Choose "Custom format" and use this format:
Код:
CreateDynamicObject({modelid}, {x}, {y}, {z}, {rx}, {ry}, {rz}, -1, -1, -1, 200.0);
Thanks Don Correlli! Dang, this is like the 50h time you have answered one of my questions on these forums, no wonder your a high roller!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)