Expected token
#4

Код:
format(nrs, sizeof(nrs), "Score: ~r~%02i/%02i", GetPlayerScore(i), (gRank[(Player[i][Rank] + 1)] >= sizeof(gRank)) ? (sizeof(gRank)) : (Player[i][Rank] + 1)][rankScore]);
EDIT: That'll fix an error. But I noticed something with your code.

PHP код:
(sizeof(gRank)) : (Player[i][Rank] + 1)][rankScore
The else part of this code doesn't make any sense. What're you trying to do here?
Reply


Messages In This Thread
Expected token - by Despacito - 20.04.2017, 09:38
Re: Expected token - by iLearner - 20.04.2017, 09:42
Re: Expected token - by Despacito - 21.04.2017, 10:17
Re: Expected token - by DarkSkull - 21.04.2017, 13:13
Re: Expected token - by Despacito - 21.04.2017, 23:15

Forum Jump:


Users browsing this thread: 1 Guest(s)