Fixed bug at17920 (Grasshoper)

This commit is contained in:
David Anderson 2005-08-30 06:59:50 +00:00
parent 160ab3572b
commit cd8d800eb7

View File

@ -272,8 +272,8 @@ public client_death(killer,victim,wpnindex,hitplace,TK) {
for(new a=0; a<pplnum; ++a)
{
format(team_name,31,"%L",ppl[a],(epplnum==1)?g_teamsNames[team]:g_teamsNames[team+2])
format(message,127,"%L",ppl[a],"REMAINING",epplnum,team_name)
show_hudmessage(ppl[a],message)
format(message,127,"%L",ppl[a],"REMAINING",epplnum,team_name)
show_hudmessage(ppl[a],message)
}
}
}