04.04.2010, 12:37
First, sorry for starting a new topic. I made a new object streamer with more functions then previous versions.
Here we go
Features:
How to install:
1.Download the files below
2.Unpack it with Winrar
3.First take rStreamer.pwn and rStreamer.amx and put it in the filterscripts directory
4.Than take rStreamer.inc and put in MyServerDirectory\pawno\includes\
5.Open server.cfg and write near filterscripts: rStreamer
6.Open your GM; put at the top
7.That's it. Now you can use all the function above.
8.Oh you don't need to paste something under Connect and Disconnect. Plug-and-Play
Download:
Click
Mirror 2 MultiUpload!
Video:
StreamerMovie.wmv
(Credits to Fallout, because he made first a video like this for his streamer)
Mirror's:
The more the merrier
Bug's:
Nope. If you find one, just post them or send a PM.
Here we go
Features:
- Tested 16.000 objects with 40-50 people in server - Not lagging
- Download packet contains: Streamer filterscript + Include to use it in your gamemode
- More functions: (see below)
- Timer interval setted on 500
- MAX_STREAM_OBJECTS setted on 7500
- Converter aviable: https://sampwiki.blast.hk/wiki/Multi_Object_Converter
- For more features download and use it
pawn Code:
/*
Release:
» RyDeR's Object Streamer
Version:
» v0.1a
Functions:
» CreateStreamedObject(Model, Float: pX, Float: pY, Float: pZ, Float: rX, Float: rY, Float: rZ, Float: ViewDistance);
» DestroyStreamedObject(Model);
» MoveStreamedObject(Model, Float: pX, Float: pY, Float: pZ, Float: Speed);
» StopStreamedObject(Model);
» SetStreamedObjectPos(Model, Float: pX, Float: pY, Float: pZ);
» SetStreamedObjectRot(Model, Float: rX, Float: rY, Float: rZ);
» GetStreamedObjectPos(Model, Float: rX, Float: rY, Float: rZ);
» GetStreamedObjectRot(Model, Float: rX, Float: rY, Float: rZ);
» IsValidStreamedObject(Modela)
Credits:
» -
*/
1.Download the files below
2.Unpack it with Winrar
3.First take rStreamer.pwn and rStreamer.amx and put it in the filterscripts directory
4.Than take rStreamer.inc and put in MyServerDirectory\pawno\includes\
5.Open server.cfg and write near filterscripts: rStreamer
6.Open your GM; put at the top
pawn Code:
#include <rStreamer>
8.Oh you don't need to paste something under Connect and Disconnect. Plug-and-Play
Download:
Click
Mirror 2 MultiUpload!
Video:
StreamerMovie.wmv
(Credits to Fallout, because he made first a video like this for his streamer)
Mirror's:
The more the merrier
Bug's:
Nope. If you find one, just post them or send a PM.