17.09.2015, 18:49
You forgot the dialogid argument in showDialog function, look.
![](http://i.imgur.com/YCevr4C.png)
it should be:
and how to escape the string for use in SQLite functions? in pawn I use format and %q
![](http://i.imgur.com/YCevr4C.png)
it should be:
PHP код:
return ShowPlayerDialog(this.id, dialogid, style, caption, info, button1, button2);