samp-incognito / samp-streamer-plugin

Streamer Plugin for SA-MP (San Andreas Multiplayer)
Apache License 2.0
229 stars 90 forks source link

Disappearing/Not creating #41

Closed mxco closed 9 years ago

mxco commented 9 years ago

Currently, I'm using version <= 2.7.4 version, I'm not sure, but there is the deal: In this version, my objects are disappearing after some time, and they are lowering their maximum stream distance automatically. It sounds quite simple, but it's doing spontaneously.

So i decided to update to version 2.7.5(.1). But it's not working neither. Server log says: [22:36:51] [sampgdk:warning] Native function not found: GetPlayerState [22:36:51] [sampgdk:warning] Native stub [22:36:51] [sampgdk:warning] Native function not found: GetPlayerInterior [22:36:51] [sampgdk:warning] Native stub [22:36:51] [sampgdk:warning] Native function not found: GetPlayerVirtualWorld [22:36:51] [sampgdk:warning] Native stub [22:36:51] [sampgdk:warning] Native function not found: GetPlayerPos [22:36:51] [sampgdk:warning] Native stub [22:36:51] [sampgdk:warning] Native stub [22:36:51] [sampgdk:warning] Native stub [22:36:51] [sampgdk:warning] Native stub [22:36:51] [sampgdk:warning] Native stub

I have no idea what I changed and where, but it really pisses me off.

samp-incognito commented 9 years ago

What other plugins are you running?

It looks like an sampgdk issue (possibly an incompatibility with another plugin, but I'm not sure), so maybe you should ask Zeex about it here: https://github.com/Zeex/sampgdk

mxco commented 9 years ago

Well, I'm running also crashdetect,mysql,sscanf etc. When I create a clear gamemode it is working perfectly. Sooo, i think it is due to old gamemode i'm writing for years, it needs to rewrite probably.

dbogdan95 commented 9 years ago

I have this problem too. It appeared with the last version off streamer.

EDIT: Also with 2.7.5.1 EDIT2: I found the problem: YSF, it must be last in plugin list.

mxco commented 9 years ago

Well, I repaired the v2.7.4, so I will use that yet. I had to convert all objects that were not dynamic into dynamic, it seemed like it was mixing or something like that. After i rewrite my code, plugin will definetely work.