Quote:
Originally Posted by kurta999
This version doesn't work with packed string arrays.
pawn Code:
new const g_szTeleportMenu_9[][45 char] = { !"Grove Street\t\t\t /grove", !"Buszmegбllу\t\t\t /bus", !"SF Dokkok\t\t\t /dock", !"Rendőrsйg LS\t\t\t /rendls", !"Rendőrsйg SF\t\t\t /rendsf" // Error! };
error 037: invalid string (possibly non-terminated string)
|
Probably best to report that here:
https://github.com/Zeex/pawn that way Zeex can look into it...
Love the line limit increase best thing ever. I hate having to strcat long strings in dialogs.