steep-match-77732
12/16/2022, 7:01 PMdazzling-forest-34923
12/16/2022, 7:02 PMdazzling-forest-34923
12/16/2022, 7:03 PMsteep-match-77732
12/16/2022, 9:02 PMswift-apartment-44899
12/16/2022, 9:17 PMsteep-match-77732
12/16/2022, 9:32 PMdazzling-forest-34923
12/16/2022, 10:07 PMsteep-match-77732
12/16/2022, 10:09 PMdazzling-forest-34923
12/16/2022, 10:52 PMmysql_tquery() on mysql plugin wiki)
- This script is intended as a filterscript. Therefor all functions declared with stock probably should not had been declared with stock. See pawn language guide if you have not idea what stock does
- You might want to use y_commands instead of zcmd. You can grab the YSI library here: https://github.com/pawn-lang/YSI-Includes (which comes with many many many more benefits, such as support for inline functions for MySQL threaded queries, eg https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Coding/y_inline/features.md#login-dialog and hooking functions)
- Player variable names (PVar functions) in this script are stupid. Also, you might want to use regular variables instead.
If this doesn't help you in the proper direction... then I have no idea what will :-)
Oh and also:
https://www.open.mp/docs/scripting/language/Stylesteep-match-77732
12/17/2022, 2:44 PM