stupid question
#1

how do I print symbol such as : • ♥ ♠ and such, basically I wanna know how to make the dot which is • ALT+NUM7
Reply
#2

The dot is not available for printing in the Console, however most others are (like ♥ or ☻).

Код:
print("\x2 \x3"); // Prints "☻ ♥"
Those will display in the Console only, not ingame (as long as someone doesn't change the chat font).
Reply
#3

Quote:
Originally Posted by NaS
Посмотреть сообщение
The dot is not available for printing in the Console, however most others are (like ♥ or ☻).

Код:
print("\x2 \x3"); // Prints "☻ ♥"
Those will display in the Console only, not ingame (as long as someone doesn't change the chat font).
Aww nice, thanks my friend, understood.
Reply
#4

Quote:
Originally Posted by NaS
Посмотреть сообщение
The dot is not available for printing in the Console, however most others are (like ♥ or ☻).

Код:
print("\x2 \x3"); // Prints "☻ ♥"
Those will display in the Console only, not ingame (as long as someone doesn't change the chat font).
Wait, I haven't read the console thing, how is it possible to print it ingame? I mean, like apart of the chat.
Reply
#5

BUMP
Reply
#6

Quote:
Originally Posted by DemME
Посмотреть сообщение
Wait, I haven't read the console thing, how is it possible to print it ingame? I mean, like apart of the chat.
I thought you were talking about printing as of print(). :P

There's no heart or simileys, but dots: • or · (you can copy this)

Just go to the Windows Character Table, choose Arial and Windows:Western at the bottom. From there you can copy/paste any signs and also see which are available.
Alternatively do it in Word or WordPad, choose Arial and ANSI. Those can be copied to PAWNO as well.
Reply
#7

Quote:
Originally Posted by NaS
Посмотреть сообщение
I thought you were talking about printing as of print(). :P

There's no heart or simileys, but dots: • or · (you can copy this)

Just go to the Windows Character Table, choose Arial and Windows:Western at the bottom. From there you can copy/paste any signs and also see which are available.
Alternatively do it in Word or WordPad, choose Arial and ANSI. Those can be copied to PAWNO as well.
I was trying to do so, but instead it shows in my game like "@#$"//@#%" or something like that
Reply
#8

Quote:
Originally Posted by DemME
Посмотреть сообщение
I was trying to do so, but instead it shows in my game like "@#$"//@#%" or something like that
And if you copy the sign from above? I tested it, it sometimes doesn't show in PAWNO, but it works for me ingame.
When copying from the Table make sure you do not select Unicode and also the right font.
Reply
#9

None of these can be printed in the chatbox, except • (ALT+NUM 7)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)