23.01.2013, 06:54
Quote:
'%' is replaced with '#' due to crashing results(formatting). You can only send % sign with SendClientMessage(ToAll) just use %% instead of % .
|
My code should replace (#) with %% instead of only %.
Also, note that if you want to use % in formatted text for SendClientMessage(ToAll), you will have to use 4 %s, 2 "%%" will be changed into 1 "%%" in format, and changed to "%" in SendClientMessage(ToAll).