07.02.2020, 05:51
Pretty sure you wanted to use latin2_hungarian_ci instead.
"SAMP only supports ASCII encoding" is misleading, what you write in SendClientMessage codes will follow your pawn compiler charset setting. How the message would display in the client will follow the player system / language setting, otherwise a wrong byte character or "?" mark would show for them.
If you meant that ASCII is only supported for "char"-array, then it is limited to PAWN only as SA-MP functions do not provide use for packed strings at all.
"SAMP only supports ASCII encoding" is misleading, what you write in SendClientMessage codes will follow your pawn compiler charset setting. How the message would display in the client will follow the player system / language setting, otherwise a wrong byte character or "?" mark would show for them.
If you meant that ASCII is only supported for "char"-array, then it is limited to PAWN only as SA-MP functions do not provide use for packed strings at all.