27.11.2013, 16:38
The password has length of 129 so make sure the string is large enough to store the whole query because if the query was cut in, it won't execute anything.
The server can crash because the data of that field is NULL/empty. Make sure that none of the fields are empty while trying to load.
One last thing, use crashdect and compile with debug info so you can find what caused the crash in the future.
It can be found: https://github.com/Zeex/samp-plugin-...ases/tag/v4.12
About debug info: https://github.com/Zeex/samp-plugin-...ith-debug-info
The server can crash because the data of that field is NULL/empty. Make sure that none of the fields are empty while trying to load.
One last thing, use crashdect and compile with debug info so you can find what caused the crash in the future.
It can be found: https://github.com/Zeex/samp-plugin-...ases/tag/v4.12
About debug info: https://github.com/Zeex/samp-plugin-...ith-debug-info