Dialog Resizing
#1

Well, I've seen people having the exact same dialog but with different sizes.
How do they set the dialog size?
Reply
#2

Use formatting codes such as

\n for a new line
\t for tab = spacing width

there's a few more, wait.
Reply
#3

only \r \n \t , no more.. at least i can't find.

BTW take a look at http://en.wikipedia.org/wiki/Control_character
Reply
#4

Quote:
Originally Posted by SA:MP Wiki
\0 NULL character Ends a string.
\n Line feed use \n for a new line in Linux (also works in Windows)
\r Carriage return Use \r\n for a new line in Windows
\\ Backslash Used to put an actual backslash in a string
\' Single quote Used to use an actual single quote as a character in single quotes (use: '\'')
\" Double quotes Used to put an actual double quote in a string
\xNNN; Hex number Used to set the character to the character represented by the hex number specified in place on NNN
\NNN; Number Used to set the character to the character represented by the number specified in place of NNN (see \0)

There are others but those are the main ones.
Taken from the SA:MP wiki: https://sampwiki.blast.hk/wiki/Scripting_Basics
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)