Search Results
Oh I didn't even notice the cool new logging system! Now I see.. it was just a typo
175,345
Hey again, I'm unable to connect to mysql on windows.
I'm running a 32 bit MySQL server. I checked the Task Manager and the process mysqld.exe is running. I created a database which I specify in my m...
175,345
Thanks! As for cache_set_active, I've seen people explicitly calling it after every query. Does it need to be done, even for simple queries?
175,345
Quote:
Originally Posted by Konstantinos
Yes, all of them are stored in a single cache which has sub-caches for each result.
Sub-caches? Are they accessed in a different way?
175,345
Hey, good job on the R40. I'm loving it!
I see it finally supports multiple statements in one query. So if I execute multiple select statements, will all of the results be available in one cache?
175,345
Show us an example of how are you using those defines?
313
No, but you cannot use the same defines for both in text(inside strings) and for functions(for example SendClientMessage)
313
I recently tried using discord in a Lithuanian role-play server. Sadly the community rejected as it was to complicated for them...
I'd love to see some implementation of it in-game.
6,842
Okay, i'll bump an extremely old thread.
I ran it this way, got my last_crash.log got my hex editor and my .amx open. So what now? None of the addresses in last_crash.log have any meaning in my .amx....
1,318
Quote:
Originally Posted by maddinat0r
Yes, that's because mysql_connect_file is a R40 feature.
Oh R40 isn't officially released, is it? If I were to build the plugin myself, how safe ...
175,345
Quote:
Originally Posted by maddinat0r
mysql_connect_file.
Thanks, but I just downloaded R39-5 and a_mysql.inc doesn't declare that function!
175,345
What was the mysql_connect from file function named again?
175,345
Fixed the code bit.
178
Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_TABLIST, "header", "row1\nrow2\tcolum1\now3\tcolum1\nrow4\tcolumn1", "Okay", "No");
This dialog will not show the "column1" at all.
Is this a bug?...
178
Quote:
invalid row index ('0')
Simple, there is no data. Always check if there are any rows with cache_get_row_count to prevent these warnings.
341
Quick question: does the plugin support multiple caches? For example if in one tquery/pquery callback I send a unthreded query?
Sample code
pawn Код:
for(new i = 0; i < cache_get_row_count();...
175,345
Thanks I'll use this
230
@Konstantinos well that's quite an issue!
230
Hello,
The Wiki says that it only supports strings. Well since strings are arrays I tried passing an array with "s", the server crashes. As far as I know it never worked, is there any kind of workaro...
230
@Chaser98 Is the streamer plugin loaded?
50,005