• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Question about pawn compiler
#1
Hi there,



I want to use spanish words in my gamemode, but the compiler throws error when try to compile.



Code:
CMD:veh?culo(playerid, params[]) {



? SendClientMessage(playerid, -1, "test");



? return 1;

}

This throws an error: "Invalid function or declaration" in the line where "veh?culo" word is.







Also when I want to use SendClientMessage, there is no error at compiler level but the message look weird character, instead of the character I want.



Maybe the compiler doesn't support characters like " ? "?



Code:
CMD:test(playerid, params[]) {



? SendClientMessage(playerid, -1, "veh?culo");



? return 1;



}











[Image: rUHhU8b.png]
  Reply


Messages In This Thread
Question about pawn compiler - by robertocaribbean - 2021-03-07, 08:06 PM
RE: Question about pawn compiler - by matei_ - 2021-03-07, 09:00 PM
RE: Question about pawn compiler - by destiezk - 2021-03-08, 10:34 AM
RE: Question about pawn compiler - by Y_Less - 2021-03-08, 07:55 PM

Forum Jump: