Why doesn't the percent sign (%) show in the chat?
#5

Quote:

Really annoying. This can't be fixed?

Well not really afaik else they would've fixed it already? Anyways you can use % in your gamemode for example like this:

pawn Код:
new String[128];
       
format(String, sizeof(String), "100%s", "%%");
SendClientMessage(playerid, 0xFFFFFFAA, String);
This would show in the chat: 100%

'%' get's replaced by '#' right or was it '?'? Perhaps you can fetch '#' or '?' under OnPlayerText then replace it with % using the above method but I never tried that.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)