killstreak compile problems
#3

Quote:
Originally Posted by RedFusion
Посмотреть сообщение
change
pawn Код:
format(string2, sizeof(string2))
format(string3, sizeof(string3))
to
pawn Код:
format(string2, sizeof(string2)
format(string3, sizeof(string3)
I've done it, and it's still showing me errors on the first string..

Код:
(1741) : error 001: expected token: "-string end-", but found "-identifier-"
(1741) : warning 215: expression has no effect
(1741) : error 001: expected token: ";", but found "}"
(1741) : error 029: invalid expression, assumed zero
(1741) : fatal error 107: too many error messages on one line
line 1741:
Код:
format(string1, sizeof(string1), ""{COL_RED}"* {%06x}%s(%d) "{COL_RED}"ended %s(%d) killstreak of %d kills!",GetPlayerColor(killerid) >>> 8, kname, killerid, pname, playerid, Kills[playerid]);
Reply


Messages In This Thread
killstreak compile problems - by rakinz - 26.11.2017, 12:35
Re: killstreak compile problems - by RedFusion - 26.11.2017, 12:38
Re: killstreak compile problems - by rakinz - 26.11.2017, 15:22
Re: killstreak compile problems - by Konstantinos - 26.11.2017, 18:24
Re: killstreak compile problems - by rfr - 26.11.2017, 19:12

Forum Jump:


Users browsing this thread: 1 Guest(s)