streamer/map loading problem -
Equuuuin0X - 07.02.2014
So, I've coded about 35k lines of createdynamicobject maps around whole SA
and i get this message error on the VPS, when about to turn on the server.
pawn Код:
[11:01:03] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
It says like that, like thousands times.
any solution ? updated streamer, etc
Re: streamer/map loading problem -
Hoborific - 07.02.2014
Show me a few of the lines and paste the native from the streamer so I can see the params.
Re: streamer/map loading problem -
Equuuuin0X - 07.02.2014
It seems like it is the streamer problem.
It says
[10:58:38] *** Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27002) (script might need to be recompiled with the latest include file)
Re: streamer/map loading problem -
CuervO - 07.02.2014
I don't see any possible problem with the streamer based on that error...
Check that the includes you've got are not older/newer than the plugin version itself. Re download the package if needed and recompile your script.
Remember the includes that are used are the last PAWNO used ones. If you have for example two servers in two folders each with different includes, it will use the includes of the last PAWNO you opened.
Re: streamer/map loading problem -
Equuuuin0X - 07.02.2014
I'm not sure, but the best is, that if you could give me the streamer plugins/includes of yours, which you're using the most, or recently.
Re: streamer/map loading problem -
Equuuuin0X - 07.02.2014
still need help
Re: streamer/map loading problem -
iZN - 07.02.2014
Link for latest streamer:
https://code.******.com/p/samp-strea...4.zip&can=2&q=
Place the includes, and update the plugin. Don't forget to recompile the script. If you still get the version error, open the pawno.exe in which you have updated the include because many copies of pawno might confuse you.
Re: streamer/map loading problem -
Beckett - 07.02.2014
Download the latest streamer include & the plugin then recompile your script/FS with it.
Re: streamer/map loading problem -
Compton - 07.02.2014
Was this solved? I'm currently having the same problem:
https://sampforum.blast.hk/showthread.php?tid=493135
Re: streamer/map loading problem -
Equuuuin0X - 07.02.2014
actually, solved with iZN's post.
and I've got some new errors
Код:
[19:19:56] Error: Function not registered: 'SSCANF_Init'
[19:19:56] Error: Function not registered: 'SSCANF_Join'
[19:19:56] Error: Function not registered: 'SSCANF_Leave'
[19:19:56] Error: Function not registered: 'sscanf'