for more info README.md

This commit is contained in:
s1lentq 2015-05-06 14:55:47 +06:00
parent 653b6bea97
commit f13d93cfdc

View File

@ -1,3 +1,23 @@
#localizebugfix
Fix localization strings in nickname and chat
Fix exploit localization strings in nickname and chat
## How it works?
<ol>
<li>
The chat must be modified with using client_print_color/client_print where the player will write in the chat message
The content of the message:
<pre>
s1lent :#Spec_Help_Text Hello people! #Spec_Duck
</pre>
every the client if received message - the client will get crash
</li>
<li>
Using with the message ShowMenu
<pre>
name "q#Buy#Buy#Buy#Buy#Buy#Buy#Buy"
</pre>
The client to after open the menu with list of players - the client will get crash
</li>
</ol>