10.10.2016, 14:52
Hi, what's the problem of the code below? I'm trying to make a dialog that shows injuries in DIALOG_STYLE_TABLIST_HEADERS.
I get these errors:
Код:
new injuries[1000], string[64]; format(string, sizeof(string), "Weapon\tBody Part\tTimes Injured\n\");
Код:
(913) : error 037: invalid string (possibly non-terminated string) (913) : error 017: undefined symbol "Weapon" (913) : error 029: invalid expression, assumed zero (913) : fatal error 107: too many error messages on one line