/setkills
#3

your format is getting 2 variables, you gave it 3...
Код:
	format(str, sizeof(str), "Administrator %s has set your kills to %d", adminname, amount);
or
Код:
	format(str, sizeof(str), "Administrator (%d) %s has set your kills to %d", playerid, adminname, amount);
and the next line
Код:
	format(str, sizeof(str), "You have set %s's kills to %d", playername, amount);
or
Код:
	format(str, sizeof(str), "You have set (%d) %s's kills to %d", giveplayerid, playername, amount);
so your kills' score was really the players' ID (1 here) ^^
Reply


Messages In This Thread
/setkills - by Andy_McKinley - 14.03.2010, 15:31
Re: /setkills - by Deat_Itself - 14.03.2010, 15:38
Re: /setkills - by Babul - 14.03.2010, 15:38
Re: /setkills - by Andy_McKinley - 14.03.2010, 15:46

Forum Jump:


Users browsing this thread: 2 Guest(s)