Help mysql crashing
#2

The format specifiers for the mysql plugin are not the same as those for sscanf. So a singular 's' without size will suffice. Next, if you want to pass a string to a function then that parameter must be declared as such in the function header. Same applies to floating point values.

pawn Код:
public OnLabelInsert(LabelID, LabelInfo[], color, Float:LX, Float:LY, Float:LZ)
I am surprised that you even ran this on your server, even though the compiler should have given you a ton of warnings (tag mismatch and such).
Reply


Messages In This Thread
Help mysql crashing - by PaulDinam - 07.02.2013, 09:27
Re: Help mysql crashing - by Vince - 07.02.2013, 09:59
Re: Help mysql crashing - by PaulDinam - 07.02.2013, 10:15

Forum Jump:


Users browsing this thread: 1 Guest(s)