07.02.2013, 09:59
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.
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).
pawn Код:
public OnLabelInsert(LabelID, LabelInfo[], color, Float:LX, Float:LY, Float:LZ)