SA-MP Forums Archive
[Plugin] SAMPSON - A JSON plugin for SA-MP - 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] SAMPSON - A JSON plugin for SA-MP (/showthread.php?tid=543919)

Pages: 1 2


Re: SAMPSON - A JSON plugin for SA-MP - amirm3hdi - 29.10.2015

WTF, why not continue and add function to SET VALUES... why stopped upgrading?

I loaded 400 house json files with DJSON and it took about 6 seconds,
But When I loaded them with This plugin and it was less than a SECOND...

From now on, I read data with this plugin and write data with DJSON.


Re: SAMPSON - A JSON plugin for SA-MP - amirm3hdi - 24.01.2016

NO WONDER WHY IT'S NOT FULL VERSION

I'm reporting a bug now, When I get the array size it returns a big ass number (which is damn wrong)
Here's the link that explains: http://forum.sa-mp.com/showthread.ph...89#post3646389

Also sometimes, getting values return 0, but with DJSON they are correct ...

I've experienced this in linux tho.

I can't f***ing believe just cuz of this plugin I looked for the error so long...


Re: SAMPSON - A JSON plugin for SA-MP - KingHual - 24.01.2016

Quote:
Originally Posted by amirm3hdi
View Post
NO WONDER WHY IT'S NOT FULL VERSION

I'm reporting a bug now, When I get the array size it returns a big ass number (which is damn wrong)
Here's the link that explains: http://forum.sa-mp.com/showthread.ph...89#post3646389

Also sometimes, getting values return 0, but with DJSON they are correct ...

I've experienced this in linux tho.

I can't f***ing believe just cuz of this plugin I looked for the error so long...
The plugin is open-source. If you want features, add features. You are NOT entitled to anything, and acting like that instead of properly reporting the bug on GitHub isn't going to get you anywhere.


Re: SAMPSON - A JSON plugin for SA-MP - amirm3hdi - 05.02.2016

NOT RECOMMENDED FOR LINUX AT ALL

Most of the functions crash on linux while work perfectly on windows...


Re: SAMPSON - A JSON plugin for SA-MP - deffo - 15.08.2016

Great work. I hope to see updates. Its really useful.


Re: SAMPSON - A JSON plugin for SA-MP - iiNzTicTx - 18.07.2018

Quote:
Originally Posted by amirm3hdi
View Post
NOT RECOMMENDED FOR LINUX AT ALL

Most of the functions crash on linux while work perfectly on windows...
The plugin is not supported on Debian Wheezy (7), as it requires libstdc++6 -> gcc-5.1 or higher (which contains CXXABI_1.3.9. This version of gcc is not available in Wheezy. You could try upgrade to Jessie, or use Ubuntu. I am yet to determine whether it's possible to use older versions of the plugin which may not require gcc-5.1. I was able to get Wheezy working with CXXABI_1.3.8 max.

Edit: confirming 2014 version works with CXXABI_1.3.6, which comes installed with Wheezy.


Re: SAMPSON - A JSON plugin for SA-MP - KingHual - 18.07.2018

Quote:
Originally Posted by iiNzTicTx
View Post
The plugin is not supported on Debian Wheezy (7), as it requires libstdc++6 -> gcc-5.1 or higher (which contains CXXABI_1.3.9. This version of gcc is not available in Wheezy. You could try upgrade to Jessie, or use Ubuntu. I am yet to determine whether it's possible to use older versions of the plugin which may not require gcc-5.1. I was able to get Wheezy working with CXXABI_1.3.8 max.

Edit: confirming 2014 version works with CXXABI_1.3.6, which comes installed with Wheezy.
You could build it with static stdlib linking on a newer machine. I should've done that.