Search Results
Wow, you got nice talent buddy! Good job, I'm amazed
871
Quote: Originally Posted by MustangV10 Without more information on what "better" means, it's impossible to say. I will say, however, that I do not suggest using Debian 9 or Ubuntu 16.04/...
739
For me centos is more easily to use xD So, the answer is that that debian is more easy to use?
739
Hello, I am wonder why some people tells that Debian or Ubuntu is better to use than any other linux distributions(like CentOS) for hosting samp servers? What advantages are at these OS for the samp ...
739
Use %e instead of %s. It escapes the ' sign.
58
Nevermind, I had to install libmysqlclient.so.18 on CentOS and put the dlls files in the root folder of server on windows from the mysql archive. Problem solved
99
I also have Microsoft Visual C++ Redistributable 2015 x86 bit installed on my computer
99
Quote: Originally Posted by ch1ps CentOS is really bad for samp servers, try ubuntu or debain. Ok, but on windows why it doesn't work? I need to test my new versions somewhere...
99
Hello, so yesterday I have updated my gamemode from MySQL r34 to MySQL r41. When I try to start the server, with the updated plugin of course, the plugin won't load anymore(Loading plugin: mysql Faile...
99
Quote: Originally Posted by NaS You can switch the interior which removes the visible water (it makes everything a lot brighter), but the actual screen effect will unfortunately still be t...
174
Quote: Originally Posted by AdamsLT AFAIK spawning a car deeper underwater will make it ignore the water effect. Toggling spectating for a player on and off while the player is swimming un...
174
Hello, I am trying to build an underwater tunnel for my server. My question is how to remove the water effect when I'm in the tunnel, under water? Is this possible? Best regards
174
Quote: Originally Posted by ****** Your code makes no sense. You keep changing variable names and using ones that don't exist. I just gave an example that actually I'm using for a bank...
175
Quote: Originally Posted by ****** SELECT var2 FROM users WHERE var1 > 1 And this is supposed to change for all users(who have var1 > 1) the columns(with different numbers for eac...
175
I updated my test code, so I think now you can understand better what I want to do
175
Quote: Originally Posted by ****** Just put the `WHERE` clause in the first query and get rid of the second entirely. Ok, but how can I modify the variable for each one? I mean, if the ...
175
Hello, anyone knows how to optimize this script? PHP код: mysql_query(SQL, "SELECT * FROM users"); mysql_store_result(); new totalregistred = mysql_num_rows(); mysql_free_result(); new ...
175
Quote: Originally Posted by iorp #pragma compress 0 Should I worry about this? NO just a compiler encoding warning. it will not affect the server. Why the compiler doesn't compress the s...
227