View Single Post
Author Message
01101101
BANNED
Join Date: Nov 2009
Location: 9`su 09`n0n7e`r0f76a
Old 01-07-2010 , 18:56   Special Characters - Character set for HL - CS
Reply With Quote #1

I know there are several ways to use this characters, this is just one

Never wanted to use accents or other stuff in your plugins? Here is a way of doing that.

CS uses UTF-8 codification, however, when we write a plugin chances are that use either ANSI or ASCII depending on the editor.

Besides all this technical stuff, its actually pretty simple to use special characters. Just instead of writing for example

PHP Code:
client_print(0print_chat"Te mat"
What, actually won't work

We write

PHP Code:
client_print(0print_chat"Te maté"
And in CS it will apear as

Code:
Te mat
Anyway, this is the list.

Code:
 = á
 = é
 = *
 = ó
 = ú

 = Á
 = ‰
 = Í
 = “
 = š

 = ñ
 = ç

 = ‘
 = ‡

 = ©
 = ®
™ = „
 = ˜
 = ª

 = ä
 = ë
 = ï
 = ö
 = ü

 = „
 = ‹
 = Ï 
 = – 
 = œ


If you want any other character, please tell me.

And, allthough it may look the same the transformation, just copypaste it, will work.

Last edited by 01101101; 01-04-2011 at 19:52.
01101101 is offline