fixed compiling errors

This commit is contained in:
Felix Geyer
2004-08-07 10:47:08 +00:00
parent d81f4af4c9
commit 574189468b
6 changed files with 17 additions and 15 deletions

View File

@ -128,7 +128,7 @@ new g_SHeMessages[4][] = {
"SHE_MSG_1",
"SHE_MSG_2",
"SHE_MSG_3",
"SHE_MSG_4",
"SHE_MSG_4"
}
new g_HeadShots[7][] = {
"HS_MSG_1",
@ -327,7 +327,7 @@ public eDeathMsg() {
read_data( 4 , weapon , 31 )
get_players(players,pnum,"c")
for (new i=0;i<pnum;i++) {
fromat( message, 127, "%L",players[i],g_HeadShots[ random_num(0,6) ] )
format( message, 127, "%L",players[i],g_HeadShots[ random_num(0,6) ] )
replace( message, 127 , "$vn", victim )
replace( message, 127 , "$wn", weapon )
replace( message, 127 , "$kn", killer )