Search Results
Hello! I want to ask a few advices and questions about MySQL: 1) If I call query and before delete the cache I call another query is there an possibility for confusion with the two caches? (for examp...
78
Hello! I want to ask if I have string with contains 3 characters, the length in Pawn needs to be 3 + 1 (+1 for the null terminator), but if I save this string in MySQL does it need my field in the dat...
86
Quote: Originally Posted by Banditul18 1. Depends on the need. InnoDB is good for almost everything(especially for tables where there alot of writing/reading). But MyISAM i would say is pe...
114
Hello! I want to ask these questions about MySQL: 1) Which engine is the best for a SAMP server - InnoDB or MyISAM? (let's says that the server will work with a lot of data) 2) I saw that option POO...
114
I'm getting this error from the Socket plugin: Код: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory I have the version 1.0.1e of OpenSSL library. How I can run the p...
78
@Splodyf23: First of all thank you for the suggestions. As of the install directory I already understood how to take it thanks to ******, but still my question is how to block the original SAMP client...
826
Quote: Originally Posted by ****** Well if you believe no-one will try bypass your method then you can try it, I was just warning you of the issues. And you can of course make it harder, ...
826
Quote: Originally Posted by ****** Yes, I did say that. I said that every time you detect one they make a new way to bypass the detection. So your proposed solution is to make a new detect...
826
Quote: Originally Posted by ****** Can I ask why you want to? That's just limiting your playerbase to anyone willing to download an run an unknown executable before trying your server out....
826
Quote: Originally Posted by ****** They absolutely can. SA-MP is a whole mod based on reading data from an exe, and a significantly more complex one than yours. Alright thank you for th...
826
Quote: Originally Posted by ****** The install directory is stored in the registry. You can't. I mean it is possible to put a password in your client, but since players need to download y...
826
Hello! I'm interesting about making custom SAMP launcher with C# Form. This line will make player to connect to the server: Код: System.Diagnostics.Process.Start("samp://[IP]:[PORT]"); But I hav...
826
I'm interested about making my own client for my server, because I don't want any player to use cleo mods or etc. So I have read some tutorials about doing this. I will try to make my own client, but ...
73
Quote: Originally Posted by RogueDrifter Me and my members already tried and most indeed do not work on R2 and R2 players are also more secure in general (more up to date and got more brai...
128
So most of hacks can't work on 0.3.7-R2 ?
128
In the past few days, there are trollers on my server, which make players to be trolled in the air with their car and then they get kicked, because of speed hack (they get above 10,000 km/h speed). Al...
128
So I have read so many threads in the forum that with some pawn scripting every CLEO hack can be blocked. Then anyone has ideas how this can be blocked? https://www.youtube.com/watch?v=CaoXObXJYxg
64
Thanks both of you. My idea was for example there is troll hack with /sk command. When player type this command it doesn't send to the server and I want to force the player to type this command to see...
88
Is there a way to force a player to run a specific command ? For example I want ID 0 to run the command /help without the player typing the command.
88
Quote: Originally Posted by Konstantinos Check for INI_GetEntryName, it should exist in YSI 4 as well. Can you give me example for INI_GetEntryName how works, because I checked on inter...
182