16.01.2016, 22:19
%d - shows a number and %s a name. replace
with this:
PHP код:
format(string2,sizeof(string2),"%d wins the round with %d kills.", pname, roundKills[Player]);
PHP код:
format(string2,sizeof(string2),"%s wins the round with %d kills.", pname, roundKills[Player]);