Re: YSF - kurta999's version -
kurta999 - 11.07.2015
Who want to help me with 0.3.7 R2 update, please load YSF at
linux and send me logprintf = 0xXXXXXXXX from serverlog.
Thanks.
Re: YSF - kurta999's version -
Max_Andolini - 12.07.2015
Quote:
Originally Posted by kurta999
Who want to help me with 0.3.7 R2 update, please load YSF at linux and send me logprintf = 0xXXXXXXXX from serverlog.
Thanks.
|
When a new version is release?
Re: YSF - kurta999's version -
Dampyr - 13.07.2015
Код:
[19:44:15] Loading plugin: YSF.so
[19:44:15] logprintf = 0x080A91D0
Re: YSF - kurta999's version -
Tamer - 13.07.2015
Quote:
Originally Posted by kurta999
Who want to help me with 0.3.7 R2 update, please load YSF at linux and send me logprintf = 0xXXXXXXXX from serverlog.
Thanks.
|
Need a VPS again? Can help you with that.
Re: YSF - kurta999's version -
kurta999 - 13.07.2015
No, thanks.
Now I got it, Dampyr sent it to me.
BTW, now I have Ubuntu 14.04 LTS installed on my another HDD, no need to get VPS with older version anymore :P
Re: YSF - kurta999's version -
kurta999 - 13.07.2015
Quote:
Originally Posted by Dampyr
Код:
[19:44:15] Loading plugin: YSF.so
[19:44:15] logprintf = 0x080A91D0
|
Thanks
R14-2
- Added support for 0.3.7 R2
- Now plugin shouldn't crash if loaded with invalid server version, just memory hacking functions won't work
https://github.com/kurta999/YSF/releases/tag/R14-2
Re: YSF - kurta999's version -
Michalec - 14.07.2015
I have a question: could you change the name of function GetActiveTimers() ?
I'm using TimerFix (
https://sampforum.blast.hk/showthread.php?tid=435525) and there is function that has the same name.
Thanks in advance
Re: YSF - kurta999's version -
Crayder - 14.07.2015
Quote:
Originally Posted by Michalec
|
If you need something as small as renaming a function you should just edit the source yourself. This would be as easy as 'search and replace in all files of a project'.
AW: YSF - kurta999's version -
Infra - 15.07.2015
Bug:
The players skin resets when HidePlayerForPlayer & ShowPlayerForPlayer is used.
Re: YSF - kurta999's version -
Michalec - 15.07.2015
Quote:
Originally Posted by Crayder
If you need something as small as renaming a function you should just edit the source yourself. This would be as easy as 'search and replace in all files of a project'.
|
I've edited it by myself, but I have to do this on every YSF update, so it will be better, when Kurta would change name of this function - maybe other people are using both TimerFix and YSF?
Re: YSF - kurta999's version -
Abagail - 15.07.2015
Or how about you change it in TimerFix?
Re: YSF - kurta999's version -
kurta999 - 15.07.2015
Quote:
Originally Posted by Michalec
|
AFAIK, that function was with this name my idea in timerfix. I will change it to GetRunningTimers or something else. Until no new release, just remove that function from ysf.inc.
Re: YSF - kurta999's version -
Crayder - 15.07.2015
Quote:
Originally Posted by Abagail
Or how about you change it in TimerFix?
|
This is actually what I meant, I wasn't talking about changing it in every YSF version. That would be non sense.
Re: YSF - kurta999's version -
kurta999 - 21.07.2015
R14-3
- Renamed GetActiveTimers to GetRunningTimers (old version is still aviable)
- PlayerTextDrawGetAlignment, PlayerTextDrawGetPreviewRot & PlayerTextDrawGetPreviewVehCol didn't worked correctly
https://github.com/kurta999/YSF/releases/tag/R14-3
Re: YSF - kurta999's version -
Michalec - 21.07.2015
I think that You have forgotten to change the name of the function in include
Re: YSF - kurta999's version -
kurta999 - 21.07.2015
E: Fixed, just redownload.
Re: YSF - kurta999's version -
xhunterx - 24.07.2015
Please fix the GetVehicleColor for CreateVehicle and AddStaticVehicle. Please
Re: YSF - kurta999's version -
Evocator - 25.07.2015
The normal formatting of strings or SendClientMessagef and the other functions?
Please note me the difference.
Edit: And which you prefer using, thanks!
Re: YSF - kurta999's version -
Riddick94 - 25.07.2015
Quote:
Originally Posted by Ralfie
The normal formatting of strings or SendClientMessagef and the other functions?
Please note me the difference.
Edit: And which you prefer using, thanks!
|
Spoke about this one with kurta not so long ago. Use plugin function instead. Just check the source code of the function, it's way better than formatting it manually. Even tho, I had all my messages array values counted with my Character Counter application, I've decided to swap to this function.
Re: YSF - kurta999's version -
kurta999 - 25.07.2015
Quote:
Originally Posted by xhunterx
Please fix the GetVehicleColor for CreateVehicle and AddStaticVehicle. Please
|
That's not a bug. You shouldn't never add vehicles with -1, because then client will set car color for every player, with vehicle defined colors from calcols.dat.
You need to define your random colors serverside to fix this or just use random(255) as color serverside.
See here for example:
https://sampforum.blast.hk/showthread.php?tid=235398
Quote:
Originally Posted by Ralfie
The normal formatting of strings or SendClientMessagef and the other functions?
Please note me the difference.
Edit: And which you prefer using, thanks!
|
YSF one is better than all existing. Use YSF one for stable server version, and y_va for RC-s.