[Pawn] Problem with accent - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] Problem with accent (/showthread.php?tid=1975) |
Problem with accent - Kameko - 2021-05-03 Hello, when I compile my gamemode with accent on text, that don't work. If I remove the accent it's work.. How can I fix this error? RE: Problem with accent - Awide - 2021-05-03 Share the code! RE: Problem with accent - ImFlanny - 2021-05-29 If you use accents for logic you speak Spanish Si usas un compilador?como sublime text tendr?s?que? Preferences > Settings y tendr?s?que?escribir este codigo a la derecha Quote:?"default_encoding": "Western (Windows 1252)"," Le dar?s en cerrar y luego tendr?s que ir Save with Encoding >?Western (Windows 1252) Despu?s?de hacer eso tendr?s?que darle en Reopen with Encondig >?Western (Windows 1252) Y listo compilas y en tu GM no tendr?s los problemas con los acentos o ! Por cierto cuando publiques algo hazlo en el lugar correcto en "Otros idiomas" > Espa?ol y ahi pides ayuda, este apartado del foro es para ingles. Si tu problema es ese ahi esta la soluci?n de lo contrario especif?calo mejor en la secci?n correcta RE: Problem with accent - Y_Less - 2021-05-31 Please stick to English for the question, even if the examples are necessarily not. SA:MP uses the SA character set, which isn't any real character set. You basically need to write your own translation layer to display the correct characters in the game for the characters typed. |