File Loader to streamer Incognito V 2.5.2? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: File Loader to streamer Incognito V 2.5.2? (
/showthread.php?tid=279806)
File Loader to streamer Incognito V 2.5.2? -
Komx - 29.08.2011
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!
Re: File Loader to streamer Incognito V 2.5.2? -
[MWR]Blood - 29.08.2011
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.
Re: File Loader to streamer Incognito V 2.5.2? -
Komx - 29.08.2011
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