Posts: 166
Threads: 48
Joined: Nov 2009
Reputation:
0
Is there a good object streamer i can use? I don't understand where to put the natives in incongnito's streamer plugin, MidoStream no longer works... Is there a good streamer, or can i make my own one? If so, how do i make a object streamer?
Posts: 1,506
Threads: 69
Joined: Feb 2008
Incognito's streamer works, you don't put the natives anywhere, you use them.
1. Put streamer.inc in your includes folder
2. #include <streamer>
3. Put the streamer.dll in your plugins folder, and add "streamer" in your plugins line in server.cfg (without " ")
4. The natives are the functions, so if it says native CreateDynamicObject(..); you use the CreateDynamicObject part only.
Example;
pawn Код:
CreateDynamicObject(1682,19.27540000,2031.50000000,22.90000000,0.00000000,0.00000000,-120.00000000);