Stream Object - 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: Stream Object (
/showthread.php?tid=512321)
Stream Object -
NiKi123 - 10.05.2014
Hi,
Potreboval by som pomoc zo stream object.
Niekto mi povedal ћe ak object premenim na stream object ћe mфћem mať na servery objektov koľko chcem ale mne nefunguje.
Normбl:
Code:
#include <a_samp>
#include <streamer>
public OnFilterScriptInit()
{
CreateStreamObject(1350, -2089.53979, -128.73901, 34.07587, 0.00000, 0.00000, 184.95232);
return 1;
}
I do not know if it can be the wrong that I have include or be supplemented by something ...
Please help
Re: Stream Object -
Deal-or-die - 10.05.2014
pawn Code:
#include <a_samp>
#include <streamer>
public OnFilterScriptInit()
{
CreateDynamicObject(1350, -2089.53979, -128.73901, 34.07587, 0.00000, 0.00000, 184.95232);
return 1;
}
CreateDynamicObject(1350, -2089.53979, -128.73901, 34.07587, 0.00000, 0.00000, 184.95232);
Re: Stream Object -
NiKi123 - 10.05.2014
Takže keď si dam dynamic object tak mфžem mať na servery objectov koľko chcem v 1 filetscript a nebudu sa mi bugovať ?
Re: Stream Object -
Matess - 10.05.2014
Yes you can have thousands of objects with streamer.
(Muћeљ jich mнt kolik chceљ, ale maximбlně 1000 jich uvidнљ kolem sebe.)