SA-MP Forums Archive
[HELP] Problem with load 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: [HELP] Problem with load object. (/showthread.php?tid=546132)



[HELP] Problem with load object. - MikkiMapper - 13.11.2014

Hi guys, i have one problem.
I have make one FilterScript for my home server, i'am add FS to FS of my home server, working. But, when i start my home server i can see object in that FS, or i can see only few?
I'm not update my streamer, i'm only use "CreateObject", if you think update streamer is better for me, please tell me or teach me how can i update my streamer! Thanks!


Re: [HELP] Problem with load object. - xMx4LiFe - 13.11.2014

hmm as u said !! u should update the streamer ofc..


Re: [HELP] Problem with load object. - MikkiMapper - 13.11.2014

How? I'm update now plugins and include at pawno, but when i put Dnyamic anyone of callback or object i got error!


Re: [HELP] Problem with load object. - biker122 - 13.11.2014

1. CTRL + H
2. Search for: CreateObject
3. Replace with: CreateDynamicObject
4. Compile
5. Load the filterscript


Re: [HELP] Problem with load object. - MikkiMapper - 13.11.2014

Quote:
Originally Posted by biker122
View Post
1. CTRL + H
2. Search for: CreateObject
3. Replace with: CreateDynamicObject
4. Compile
5. Load the filterscript
I know how change that, but i got error :
Code:
: error 017: undefined symbol "CreateDynamicObject"
Ps. Look at my plugins and pawno includes: http://prntscr.com/55wg5s & http://prntscr.com/55wg82 all is added!


Re: [HELP] Problem with load object. - xWarrior - 13.11.2014

put streamer.so and streamer.dll into ur plugins folder and put streamer.inc into ur /pawno/include and also update the streamer to the latest update.


Re: [HELP] Problem with load object. - MikkiMapper - 13.11.2014

Eheh I'm finish all that... #funny but when i put in my gamemode mode anywhere... Error


Re: [HELP] Problem with load object. - Ballu Miaa - 13.11.2014

Are you actually loading the streamer plugin when the server starts?

On Windows:
1. Open server.cfg > add "plugins streamer" after filterscripts line.
2. Save it > Run the server again.

On Linux:
1. Open server.cfg > add "plugins streamer.so" after filterscripts line.
2. Save it > Run the server again.


Re: [HELP] Problem with load object. - MikkiMapper - 13.11.2014

http://prntscr.com/55wkli but home server work and load GM afther this error!


Re: [HELP] Problem with load object. - MikkiMapper - 13.11.2014

But work too! Thanks!


Re: [HELP] Problem with load object. - MikkiMapper - 13.11.2014

Ok work, in my gm im change CreateObject to CreateDynamicObject but i got warring now:
Код:
warning 213: tag mismatch
Warning line:
Код:
Objekti[0] = CreateDynamicObject(19076, 536.09997558594, -2232.8999023438, 4.6999998092651, 0, 0, 0,900.0);