Re: [hlds_linux] srcds_linux Cannot paste UTF-8 Chars

2012-01-24 Thread Nomaan Ahmad
Maybe try adding this to your php file: ___ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Re: [hlds_linux] srcds_linux Cannot paste UTF-8 Chars

2012-01-24 Thread Marcel
On 04.01.2012 19:00, doc wrote: Where are you doing the server query where it does not give ID? Without it then you are kind of stuck with the player. There are options if you have SourceMod, they do some fuzzy name checking so if the player's name has any bit of normal "readable" ascii then you

Re: [hlds_linux] srcds_linux Cannot paste UTF-8 Chars

2012-01-04 Thread doc
Where are you doing the server query where it does not give ID? Without it then you are kind of stuck with the player. There are options if you have SourceMod, they do some fuzzy name checking so if the player's name has any bit of normal "readable" ascii then you can type that and have him kicked

Re: [hlds_linux] srcds_linux Cannot paste UTF-8 Chars

2012-01-04 Thread Mart-Jan Reeuwijk
srcds console: type: status get list of players, see steamID32 sm_kick "#*steamID32here*" done > > From: Marcel >To: hlds_linux@list.valvesoftware.com >Sent: Wednesday, 4 January 2012, 10:15 >Subject: [hlds_linux] srcds_linux Cannot

[hlds_linux] srcds_linux Cannot paste UTF-8 Chars

2012-01-04 Thread Marcel
Hi, If I want to kick a player who has some special chars in his name it doesn't work because I cannot paste or write utf-8 chars like "¿" into the console. Pasting that char to the plain bash console works great but srcds seems to reject it. Is there a way to kick these players anyway by na