Информация
Pawntools is a page with tools to help to programming visual (front-end) in SA:MP.
PT have a basic tools created in jquery to a fast and comfortable preview, is a simple interpretation of the some SA:MP graphics.
Пример

Описание
*
Example: http://pawn.2al.ru/?q=dialogs&sub=DIALOG_STYLE_MSGBOX&titulo=Hello&mensaje=This%20dialog% 20was%20created%20by%20Zume
* The dialog maker have three buttons, to add the backspaces: \n, \t and to add color. The buttons set the character or color in cursor pos.
* The dialog maker have a simply character count, this counter have a colored indicator string count.
* Show the output without problems:
new str[43+1]; format(str, sizeof(str), "%sПример диалогового типа DIALOG_STYLE_MSGBOX", str); ShowPlayerDialog(playerid, 1631, DIALOG_STYLE_MSGBOX, "Привет, это {fff000}имя!", str, "Принять", "Отменить");

* in the image animated, shows how would our text in 3d image.
https://pawn.2al.ru/?q=label
Разработчики
Zume и Romzes