You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started to test the sampctl tool to update YSI but found a problem when configuring the server.
The server.cfg file is being encoded to utf8 by default which causes the ñ letter translates to ñ, more letters includes á, é, í, ó
My pawn.json
Opening the file server.cfg with Notepad++ and changing the encoding from UTF8 to ANSI produces the same result as the started server using sampctl package run:
I just started to test the sampctl tool to update YSI but found a problem when configuring the server.
The server.cfg file is being encoded to utf8 by default which causes the ñ letter translates to ñ, more letters includes á, é, í, ó
My pawn.json
Opening the file server.cfg with Notepad++ and changing the encoding from UTF8 to ANSI produces the same result as the started server using sampctl package run:
language Español/Portuguese
Workaround is opening the server.cfg file, changing the encode to ANSI and retype the letter
EDIT: The problem is also present when editing a gamemode and compiling it
The text was updated successfully, but these errors were encountered: