Search Results
Quote: Originally Posted by Kegy5 Is there a possibility to check the channel group of a client when he isn't in the channel? When i set the channel group at login, there is no check abili...
5,774
Quote: Originally Posted by Meller Where can I find the documentary of R39-6? https://sampwiki.blast.hk/wiki/MySQL/R33
92,734
There is actually a mechanism already implemented into the abstract machine, called the "debug hook". It's basically a callback function that gets called on every BREAK opcode. Check the PAWN implemen...
292
So I was bored and looked through the code, and somehow thought that I already saw that code somewhere. Then I remembered: this looks a lot like the example login script from the plugin repository! (h...
1,469
Quote: Originally Posted by wallee can this plugin still be called mysql if it now uses mariadb? A good question actually! The MariaDB client library is compatible to MySQL and MariaDB ...
92,734
I'm always trying to use the latest available log-core version. So if you use the latest version of both plugins, the log-core should be the same. If you're not sure however, you can always download t...
92,734
R41-4 has been released. Changelog: - bug-fix: multi-line queries are not parsed correctly from files - Windows 'libmariadb.dll' was faulty; this resulted in a connection error for some users Downloa...
92,734
Quote: Originally Posted by Maceo7 if you update only one field, ORM will generate a query and update all your fields even if 90% doesn't change. I could implement that, however this wo...
92,734
Quote: Originally Posted by Kaperstone Lol, but if you want the newest toys, you gotta stay up to date. Also, I ain't sure, but as far as I know/understood, R+40 has some crash fixes whi...
92,734
Quote: Originally Posted by Vince Using tquery you have one extra thread and all queries get pushed onto a queue in that one thread. So the queries get executed in the order they are recei...
732
The problem is, that the log core uses a function (GetNativeParamsPtr) to get the parameters pointer which was passed to a native function. Parameters are always pushed onto the stack, that's why that...
92,734
Doing the change Wopss wrote is okay, here's the commit that introduced this. However I'd suggest you incorporate the source of the MySQL plugin R40 or higher directly into your C++ gamemode. I've re...
11,203
Quote: Originally Posted by inferno211 Код: native TSC_PokeClient(clientid, msg[]); native TSC_SendClientMessage(clientid, msg[]); This function doesn't work... How exactly don't th...
5,774
Quote: Originally Posted by Lordzy You made a mistake here. Simply searching and replacing wouldn't help since cache_get_value_index_int stores the retrieved value in it's third argument. ...
3,542
I'm working on it. Shouldn't take long until I release the first version. The plugin runs smoothly so far (sending and receiving text messages). Currently testing for stability and bugs.
4,322
You have to install the universal C runtime. For links, check the MySQL plugin FAQ on the Github README.
138
Quote: Originally Posted by MerryDeer Can you compile for debian 8 ? Will do that tomorrow.
92,734
R41-2 has been released. Changes:all builds from now on prefer the MariaDB C connector log improvements:R41-2 uses the latest log-core version, which supplies call info traces (especially useful when ...
92,734
Quote: Originally Posted by kurta999 I'm started to love GCC, really.. Код: [...] OMG. Welcome to the world of C++! You're forward-declaring CVehicleSpawn after actually defining ...
47,287
Quote: Originally Posted by kurta999 Any ideas how to fix these errors in Linux with C++11 option? Templates are out of my knownledge. https://github.com/kurta999/YSF/blob.../BitStream.cp...
47,287