07.01.2019, 11:38
You can check with the profiler Plugin if there is something slowing your server down.
You should use newer mysql versions for asynchron mysql querys.
To speed this query up, write it like this:
But maybe there are some other Callbacks like
or timer, which slows your server.
Check with the profiler plugin
You should use newer mysql versions for asynchron mysql querys.
To speed this query up, write it like this:
PHP Code:
UPDATE `cars` SET `Spawned`='%d' WHERE `ID`='%d' LIMIT 1
PHP Code:
OnPlayerUpdate
Check with the profiler plugin
![Smiley](images/smilies/smile.png)