sscanf problem
#4

Personally, i feel you'd be better off switching to BlueG/Maddinators plugin.

Does it even have threaded queries? IE: The server can't sync other players, or process anything since you're using an outdated plugin, and haven't threaded them.

Vince explains it better:

Quote:
Originally Posted by Vince
Посмотреть сообщение
The idea with a threaded query is that while the query is busy the sa-mp server can continue on and execute other things (sync!). When the query is done, the MySQL servers calls the function you specify and you can go on loading your data.

With an unthreaded query, the sa-mp server has to wait for the response from the MySQL server before it can continue. This is especially troublesome if the query takes more than a few milliseconds to execute. During this "timeout" nothing happens. No syncing, nothing.
Reply


Messages In This Thread
sscanf problem - by ReVson - 25.01.2018, 18:43
Re: sscanf problem - by DobbysGamertag - 25.01.2018, 18:57
Re: sscanf problem - by ReVson - 25.01.2018, 19:02
Re: sscanf problem - by DobbysGamertag - 25.01.2018, 19:09
Re: sscanf problem - by ReVson - 25.01.2018, 19:14
Re: sscanf problem - by ReVson - 26.01.2018, 18:21

Forum Jump:


Users browsing this thread: 1 Guest(s)