01.04.2009, 13:42
// ====================== Information ===================\\
This has the following functions:
You cant use this unless you find a converter which supports OStreamerO
//========= Requirments ==============\\
* You will need MidoStream.amx and .pwn because it is edited
* Server.cfg
* Pawno
* SA-MP Server
* SA:MP 0.2x!
//========= HOW TO Add ==============\\
Notes:
The files that are uploaded to zezombia.com are like this:
rename it to OStreamerO.inc to make it work
*Copy and paste this inside your pawno/includes
*Open your pawn script and type this:
*Compile And Save To See If It Works
//========= Bugs ========== \\
I Havent experienced any bugs in this include.
EDIT: //========= Credits =========\\
DorkAZoid
Most some Credits Belong To MidoBan
//========= Download =======\\
Download Here
//========== Notes =======\\
* You cannot claim this your own
* Keep my and MidoBans Credits
* You are free to post mirrors
* Hope I Keep Getting Better And Better in Scripting!
//========== Extra Notes ===========\\
ENJOY!
EDIT:
//========== Edits / Updates ===========\\
If someone finds a bug / something i will upgrade it to
//========== Important Notes =============\\
This is a lil bit edited midostream so you will need the original MidoStream.amx and .pwn FilterScript
EDITED
This has the following functions:
Code:
CreateDorkedObject(modelid,Float:xpos,Float:ypos,Float:zpos,Float:xrot,Float:yrot,Float:zrot,Float:viewdist) - Create a streamed object DestroyDorkedObject(id) - Destroy a streamed object GetDorkedObjectPos(id,&Float:xpos,&Float:ypos,&Float:zpos) - Get the position of a streamed object GetDorkedObjectRot(id,&Float:xrot,&Float:yrot,&Float:zrot) - Get the rotation of a streamed object SetDorkedObjectPos(id,Float:xpos,Float:ypos,Float:zpos) - Set the position of a streamed object SetDorkedObjectRot(id,Float:xrot,Float:yrot,Float:zrot) - Set the rotation of a streamed object AttachDorkedObjectToPlayer(id,playerid,Float:xoff,Float:yoff,Float:zoff,Float:xrot,Float:yrot,Float:zrot) - Attach a streamed object to a player MoveDorkedObject(id2,Float:movx,Float:movy,Float:movz,Float:speed) - Move a streamed object OStreamerODisconnect(playerid) - Goes under OnPlayerDisconnect
//========= Requirments ==============\\
* You will need MidoStream.amx and .pwn because it is edited
* Server.cfg
* Pawno
* SA-MP Server
* SA:MP 0.2x!
//========= HOW TO Add ==============\\
Notes:
The files that are uploaded to zezombia.com are like this:
Code:
483_OStreamerO.inc
*Copy and paste this inside your pawno/includes
*Open your pawn script and type this:
Code:
#include <OStreamerO>
//========= Bugs ========== \\
I Havent experienced any bugs in this include.
EDIT: //========= Credits =========\\
DorkAZoid
Most some Credits Belong To MidoBan
//========= Download =======\\
Download Here
//========== Notes =======\\
* You cannot claim this your own
* Keep my and MidoBans Credits
* You are free to post mirrors
* Hope I Keep Getting Better And Better in Scripting!
//========== Extra Notes ===========\\
ENJOY!
EDIT:
//========== Edits / Updates ===========\\
If someone finds a bug / something i will upgrade it to
//========== Important Notes =============\\
This is a lil bit edited midostream so you will need the original MidoStream.amx and .pwn FilterScript
EDITED