Try using \r\n instead of \n in dialogs. Using \n in Linux can give problems.
Posts: 145
Threads: 38
Joined: Jul 2011
Reputation:
0
Same thing happens, I have tried it before. When a \r character, it is recognized as a unknown character also.
Posts: 1,180
Threads: 55
Joined: Apr 2005
Reputation:
0
Does the same problem happen without colour embedding?
Posts: 320
Threads: 16
Joined: Feb 2012
Quote:
Originally Posted by Emmet_
Try using \r\n instead of \n in dialogs. Using \n in Linux can give problems.
|
I realize that also, when running a script with \n on linux, it doesn't actually work, just gives a unknown character.
Posts: 1,180
Threads: 55
Joined: Apr 2005
Reputation:
0
If it's caused by colour embedding, it may be an SA-MP problem. Otherwise it's a wine problem and you'll need to submit the report to the wine developers.
It's just ID3DXFont::DrawText with the DT_NOCLIP flag.
Posts: 145
Threads: 38
Joined: Jul 2011
Reputation:
0
SA-MP's color embedding doesn't seem to be the issue here. I removed that and the error still persists. So I'd assume it to be a wine bug then.