11.07.2016, 19:17
If you want to use a " in a string, you need to escape it with a backslash \.
For example:
For example:
Код:
SendClientMessage(playerid, -1, "This \"thing\" is so cool.");