Invalid string
#1

Hi, what's the problem of the code below? I'm trying to make a dialog that shows injuries in DIALOG_STYLE_TABLIST_HEADERS.

Код:
new injuries[1000], string[64];
		
format(string, sizeof(string), "Weapon\tBody Part\tTimes Injured\n\");
I get these errors:
Код:
(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
Reply


Messages In This Thread
Invalid string - by GoldenLion - 10.10.2016, 14:52
Re: Invalid string - by Bolex_ - 10.10.2016, 14:56
Re: Invalid string - by Stinged - 10.10.2016, 15:21
Re: Invalid string - by GoldenLion - 10.10.2016, 15:26
Re: Invalid string - by Stinged - 10.10.2016, 15:59
Re: Invalid string - by GoldenLion - 10.10.2016, 16:03

Forum Jump:


Users browsing this thread: 1 Guest(s)