SA-MP Forums Archive
[Plugin] YSF - kurta999's version - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] YSF - kurta999's version (/showthread.php?tid=513499)



Re: YSF - kurta999's version - kurta999 - 07.05.2015

Then thats a bug, and caused by YSF. I will try fix it somehow.


Re: YSF - kurta999's version - matthew155 - 07.05.2015

Hi Kurta,
I've got a problem. It's connectied with spawn info.
So, IsPlayerSpawned function doesn't work since R12 (or R13?)
Pictures:


Please check this. Thanks!


Re: YSF - kurta999's version - kurta999 - 07.05.2015

Complete gang zone system has been replaced by own zone system when YSF loaded. So I think it, yes.


Re: YSF - kurta999's version - Anuris - 07.05.2015

Quote:
Originally Posted by kurta999
Посмотреть сообщение
Complete gang zone system has been replaced by own zone system when YSF loaded. So I think it, yes.
Understood...well, so there's some more information for you: after a few restarts, gang zone won't be created...may be because of reaching the limit...


Re: YSF - kurta999's version - Anuris - 07.05.2015

Quote:
Originally Posted by kurta999
View Post
Then thats a bug, and caused by YSF. I will try fix it somehow.
Are you sure it's a bug? Cause I thought it works like that even without YSF
Timers, and other IDs don't null after gamemode restart..


Re: YSF - kurta999's version - hamzajaved780 - 07.05.2015

Very nice update


Re: YSF - kurta999's version - Abagail - 12.05.2015

I have reposted Alex's original YSF thread if you want to update the original post(where it says the old plugin can be found here):

https://sampforum.blast.hk/showthread.php?tid=574036


Re: YSF - kurta999's version - hoangtn219 - 13.05.2015

[14:33:57] Loaded.
[14:33:57] Loading plugin: YSF
[14:33:57] logprintf = 0x00489C70

[14:33:57] Error: Unknown Windows server version

[14:33:57] Loaded.
[14:33:57] Loading plugin: MapAndreas
[14:33:57] Loaded.
[14:33:57] Loaded 10 plugins.

[14:33:57]
[14:33:58] Filterscripts
[14:33:58] ---------------
[14:33:58] Loaded 0 filterscripts.

[14:33:58]
[14:33:58]
[14:33:58]
[14:33:58] =======================================
[14:33:58] | |
[14:33:58] | YSI version 3.09.0684 |
[14:33:58] | By Alex "******" Cole |
[14:33:58] | |
[14:33:58] =======================================
[14:33:58]
[14:33:58]
[14:33:58]
[14:34:02] Mysql Status :
MySQL server has gone away
[14:34:05] GPS System Loaded...
[14:34:05] --------------------------------------

[14:34:08]
-----------------------------------------
[14:34:08] California Cops and Robbers by Bondowocopz
[14:34:08] -----------------------------------------

[14:34:08] Number of vehicle models: 130
[14:34:08] [debug] Server crashed due to an unknown error
[14:34:08] [debug] Native backtrace:
[14:34:08] [debug] #0 02e19e9f in ?? () from plugins\YSF.DLL
[14:34:08] [debug] #1 004699c6 in ?? () from samp-server.exe
[14:34:08] [debug] #2 0048a81d in ?? () from samp-server.exe
[14:34:08] [debug] #3 004995e1 in ?? () from samp-server.exe
[14:34:08] [debug] #4 004995f1 in ?? () from samp-server.exe
Error YSF_kurta999_version_R13


Re: YSF - kurta999's version - bogdyutzu - 13.05.2015

Somehow when is YSF loaded players count can beat maxplayers. For exemple 101/100 and some times server crash for this reason.


AW: Re: YSF - kurta999's version - FSAOskar - 14.05.2015

Quote:
Originally Posted by SuperSimonetti®250
Посмотреть сообщение
Hey Kurta,
I have found an issue. I had problem with Dialogs after i updated YSF from R10 to R13. In some cases ShowPlayerDialog doesn't work and OnDialogResponse too. I repeat: i had these problems from when i updated the plugin, and the script hadn't been edited, only re-compiled.
Thank you, and good job BTW

EDIT:
I've found out another thing: ShowPlayerDialog won't call OnDialogResponse unless with a Client Command

Код:
CMD:p(playerid)
{
	ShowPlayerDialog(playerid, DIALOG_CLAN, DIALOG_STYLE_PASSWORD, "Blabla", "BlablaBlabla", "Ok", "Quit");
	return 1;
}
Works!
It seems so weird..
I can confirm that, too.
Btw could you please add something like :
Код:
native ToggleGoggleBugFix(toggle);
It could be very useful for some systems.


Re: YSF - kurta999's version - Ewwe - 14.05.2015

Hi,
Can you add function like
Update3DTextLabelForPlayer(forplayerid , Text3D:id, color, text[], time )

If called label will change text and color for exact time for exact player


Re: YSF - kurta999's version - IllidanS4 - 14.05.2015

Quote:
Originally Posted by kurta999
Посмотреть сообщение
Before anybody ask:

YSF R13 pre 3 won't work properly with streamer plugin 2.7.6, because different samp gdk version. Fix will arrive soon.
Is this what causes the player list issue?


Re: YSF - kurta999's version - IllidanS4 - 14.05.2015

I get '[debug] Run time error 20: "Invalid index parameter (bad entry point)"' with YSF on my Linux server (but not on Windows) logprintf = 0x080A9000
plugins crashdetect.so sscanf.so GeoIP_Plugin.so MapAndreas.so YSF.so


Re: YSF - kurta999's version - Matess - 15.05.2015

Quote:
Originally Posted by sprtik
Посмотреть сообщение
I get '[debug] Run time error 20: "Invalid index parameter (bad entry point)"' with YSF on my Linux server (but not on Windows) logprintf = 0x080A9000
plugins crashdetect.so sscanf.so GeoIP_Plugin.so MapAndreas.so YSF.so
You have to update crashdetect plugin.


Re: YSF - kurta999's version - IllidanS4 - 15.05.2015

Quote:
Originally Posted by Matess
Посмотреть сообщение
You have to update crashdetect plugin.
Already done so.


Respuesta: YSF - kurta999's version - Adoniiz - 17.05.2015

YSF has a problem with streamer 2.7.6 (update 6 days ago).

pawn Код:
[sampgdk:warning] Index mismatch for OnServerMessage (-10043 != -10046)
and more..
.. (no happen on streamer 2.7.5.2) update the YSF.

EDIT:

The callbacks OnPlayerStatsAndWeaponsUpdate and OnPlayerPauseStateChange don't work perfectly (not update, and pausestate is true when is false (the player wasn't afk)...

I use sa-mp 0.3.7


Re: YSF - kurta999's version - kurta999 - 17.05.2015

R13-pre4 should work with streamer plugin 2.7.6: https://github.com/kurta999/YSF/rele..._R13_pre_4.zip


Re: YSF - kurta999's version - IllidanS4 - 17.05.2015

Thanks for the update, but again no players are shown in the client, and setnick sometimes doesn't update TAB list (both on Win and Linux). At least it runs on Linux now.


AW: YSF - kurta999's version - Phцnix - 17.05.2015

The 13-pre4 for 0.3.7 give me one error and then a crash:

[17:42:39] Server Plugins
[17:42:39] --------------
[17:42:39] Loading plugin: YSF
[17:42:39] logprintf = 0x00489320

[17:42:39] Error: Unknown Windows server version


Respuesta: YSF - kurta999's version - losrivarola98 - 17.05.2015

Cuando actualice al pre_4 se me floodeo el server.log con warnings de sampgdk, tuve que desactualizarlo al pre_3 para que me ande, arregla eso porfavor..