File Loader to streamer Incognito V 2.5.2?
#1

HI!
I have a problem with the objects, so I decided to use a streamer Incognito V 2.5.2 and use CreateDynamicObject function. Now there is a problem, you need to somehow load the objects. It would be nice if the work was based on filterscript No Limit Objects (nlo_3b). Hanging out with the proposition that someone created a file loader for this streamer. I think it will be useful to many people. I do not feel up to it, unfortunately. I would be grateful on behalf of the community, because many people looking for such a file loader. Bay!
Reply
#2

Just put the objects in a filterscript, such as
pawn Код:
#define FILTERSCRIPT
#include <a_samp>
#include <streamer>

public OnFilterScriptInit()
{
     CreateDynamicObject(978, -2085.9296875, -133.33984375, 35.167613983154, 0, 0, 90);
     //more objects here...
     return 1;
}
Then go in server.cfg, in the line filterscripts input the filter script name, then save, and start your server...
that's the way to load filterscripts if that's what you mean.
Reply
#3

I meant something like filterscript, which will load the objects (CreateDynamicObject) from a file in the directory scriptfiles. For example, as is the No Limit Objects (nlo_3b) that the objects are loaded from file No Limit Objects.ini
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)