29.06.2016, 10:03
(
Last edited by Zume; 01/07/2016 at 06:59 AM.
)
ABOUT
Pwntools 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: http://pawntool.comuf.com/?q=dialogs...ed%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:
* in the image animated, shows how would our text in 3d image.
http://pawntool.comuf.com/?q=label
Now has only few features, try to add more very soon, I would greatly appreciate suggestions!
PS: Yes, it is in a free host, I am a minor and I not have the ability to buy some pay host, but i will be aware of if the page works to add it to another place if this falls.
Pwntools 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: http://pawntool.comuf.com/?q=dialogs...ed%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:
PHP Code:
static str[177+1];
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");
http://pawntool.comuf.com/?q=label
Now has only few features, try to add more very soon, I would greatly appreciate suggestions!
PS: Yes, it is in a free host, I am a minor and I not have the ability to buy some pay host, but i will be aware of if the page works to add it to another place if this falls.