string showing wrong value?
#2

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


Messages In This Thread
string showing wrong value? (solved) - by Counterafk - 16.01.2016, 22:16
Re: string showing wrong value? - by radiobizza - 16.01.2016, 22:19
Re: string showing wrong value? - by Counterafk - 17.01.2016, 02:14

Forum Jump:


Users browsing this thread: 1 Guest(s)