mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fixed bug at17920 (Grasshoper)
This commit is contained in:
parent
160ab3572b
commit
cd8d800eb7
@ -272,8 +272,8 @@ public client_death(killer,victim,wpnindex,hitplace,TK) {
|
|||||||
for(new a=0; a<pplnum; ++a)
|
for(new a=0; a<pplnum; ++a)
|
||||||
{
|
{
|
||||||
format(team_name,31,"%L",ppl[a],(epplnum==1)?g_teamsNames[team]:g_teamsNames[team+2])
|
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)
|
format(message,127,"%L",ppl[a],"REMAINING",epplnum,team_name)
|
||||||
show_hudmessage(ppl[a],message)
|
show_hudmessage(ppl[a],message)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user