SA-MP Forums Archive
Mysql or socket - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql or socket (/showthread.php?tid=657592)



Mysql or socket - MRM - 11.08.2018

I want make client side anti-cheat.
Mysql or socket is better to connect anti-cheat and server.


Re: Mysql or socket - 10MIN - 11.08.2018

MySQL uses sockets to transfer data, and MySQL is a database... So, you should use sockets.

PS: Make your anticheat open source if you want people to use it.


Re: Mysql or socket - BigETI - 11.08.2018

Why is MySQL even an option for that?


Re: Mysql or socket - Mobtiesgangsa - 11.08.2018

Pawn.RakNet i think is the only plugin that can be done for a good anti-cheat

it can easly detect floating points and can render packed/unpacked data as well if im not mistaken
its my opinion as well


Re: Mysql or socket - MRM - 12.08.2018

Quote:
Originally Posted by BigETI
Посмотреть сообщение
Why is MySQL even an option for that?
I have no other option, can you suggest?

Quote:
Originally Posted by Mobtiesgangsa
Посмотреть сообщение
Pawn.RakNet i think is the only plugin that can be done for a good anti-cheat

it can easly detect floating points and can render packed/unpacked data as well if im not mistaken
its my opinion as well
Do you mean use server sideanti-cheat ?