28.05.2017, 22:59
how do I print symbol such as : • ♥ ♠ and such, basically I wanna know how to make the dot which is • ALT+NUM7
print("\x2 \x3"); // Prints "☻ ♥"
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. |
I was trying to do so, but instead it shows in my game like "@#$"//@#%" or something like that
|