[FilterScript] Object
#1

ANG/
I created the objects here and I got them around 1000.
how do I make a plugin to display all 1000 objects ?

RUS/
я вот создал объекты и у меня их получилось около 1000.
как мне сделать через плагин чтобы отображались все 1000 объектов ?

Reply
#2

Quote:
Originally Posted by hillko
View Post
ANG/ <-----ENG
I created the objects here and I got them around 1000.
how do I make a plugin to display all 1000 objects ?

RUS/
я вот создал объекты и у меня их получилось около 1000.
как мне сделать через плагин чтобы отображались все 1000 объектов ?

Download Incognito's Streamer Plugin, click me
Reply
#3

explained the change as CreateObject in another string and then forgotten, and after the change that has nada to insert into FS?
Reply
#4

Quote:
Originally Posted by hillko
View Post
explained the change as CreateObject in another string and then forgotten, and after the change that has nada to insert into FS?
INSTALL Incognito's Streamer Plugin. Download all file and put them in there folders. Than change CreateObject to CreateDynamicObject.
_____
Reply
#5

E:\GTA\samp03csvr_R2-2_win32\filterscripts\2.pwn(5) : error 017: undefined symbol "CreateDynamicObject"
Reply
#6

Hurray got just forgot to # include streamer the script to finish ))
Reply
#7

ik rus...
ok lets make it clearer....
i will help ya here...
look:
first of all Copy your objects!
then go to this website:http://convertffs.com/
ok now,
under "InPut" you will see then somthing written there...click on the first option under "InPut"
then search for:SA-MP CreateObject
after you will find it,hit it(click on it)
now click on the second option and go to the battom,you will see there thisont Convert Vehicles
now click on it...

ok now we are on half way to finish

near "InPut" you will see "OutPut" and under it you will see 2 options..
click on first and this time search for:Incognito's Streamer plugin
after you will find it,hit it(click on it)

now click on the right side of your mouse on the big white window then click on "Paste"

other way:
look up on the right side you will see then written: "i want to upload instead of pasting!" search for you "PAWN" file where you saved your objects code

ok after ending all this
you will need to convert it...
under "InPut" and "OutPut" boxes you will see a box,writen on it:"Convert" click on it...
now it will change your objects from sa-mp objects code(CreateObeject) to Streamer plugin objects(CreateDynamicObject)
look up then on the right side of the screen you will see:"Select all of the OutPut"
click on it...then right click on the blue/white big box and choose "Copy"
now go to your script(where located your objects) and replace it will the corrent/new objects(delete the CreateObject code and put CreateDynamicObject)

now on the top,under :: #include <a_samp>
type :: #include <streamer>
then compile it...
if it will show you errors then he cant read it...
then downlaod streamercopy)
----------------------
Server Plugin (Windows and Linux) (Mirror)
Source Code (Cross-Compatible) (Mirror)
-----------------------
ok after downloading it follow this little installation guideCopy)
-----------
Instructions

First, create a folder called plugins in your server directory if it doesn't already exist. Place streamer.dll in it if you're using Windows, or streamer.so if you're using Linux.

Add the following line to server.cfg so that the plugin will load the next time the server starts:

Windows:

Code:
plugins streamer
Linux:

Code:
plugins streamer.so
Next, put this in any filterscript or gamemode (it might be a good idea to put it in your gamemode anyway since filterscripts can sometimes conflict with one another):

pawn Code:
#include <streamer>
That is it. Now simply add the plugin's natives and callbacks to your script. Be very careful and look at the list above to ensure that you are using them correctly—do not simply rename everything in your script!
----------
now compile your script again...
and your done
you can play now SA-MP and see your great maps...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)