Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Releases [Web] Pawntools | Dialog and 3DTextLabel creator with preview!

 
  • 1 Vote(s) - 5 Average
Web Pawntools | Dialog and 3DTextLabel creator with preview!
Romzes
Offline

Burgershot Member
Posts: 8
Threads: 5
Joined: Apr 2019
Reputation: 8
#1
2019-04-15, 09:30 AM (This post was last modified: 2019-04-15, 09:40 AM by Romzes.)
pawn.2al.ru

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

[Image: 5RUX0NH.png]

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://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:

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");

* in the image animated, shows how would our text in 3d image.

http://pawn.2al.ru/?q=label

DEVELOPERS

Zume and Romzes
« Next Oldest | Next Newest »



Messages In This Thread
Pawntools | Dialog and 3DTextLabel creator with preview! - by Romzes - 2019-04-15, 09:30 AM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by #Beer - 2019-04-15, 02:21 PM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by homelessdrop - 2019-04-15, 10:36 PM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by klays - 2019-04-15, 10:54 PM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by mosey1337 - 2019-04-16, 01:05 PM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by Irelio - 2019-04-16, 09:25 PM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by RenanMsV - 2019-04-16, 09:30 PM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by Sasino97 - 2019-06-21, 06:32 AM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by RhaegarX - 2021-03-10, 07:44 PM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by Funkar69 - 2021-03-10, 03:03 PM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by Romzes - 2021-04-01, 06:29 AM
RE: Pawntools | Dialog and 3DTextLabel creator with preview! - by RhaegarX - 2021-03-10, 07:43 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode