ABOUT
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.
PREVIEWS
CHARACTERISTICS
* The dialog creator stores the job in the URL, so you can save the url and then continue working on the dialogue, and even pass the url to a friend to see our work and even other person can collaborate.
Example: https://pawn.romzes.com/?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:
Code:
static str[177];
format(str, sizeof(str), "%sHi, this message is intended to be long and you may notice the newline in the format to prevent errors in the code.\nEach line allow only 200 chars and ", str);
format(str, sizeof(str), "%sbefore jump to this line!", str);
ShowPlayerDialog(playerid, 21, DIALOG_STYLE_MSGBOX, "Hello", str, "Accept", "Cancel");
* in the image animated, shows how would our text in 3d image.
https://pawn.romzes.com/?q=label
DEVELOPERS
Zume and Romzes