1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-21 20:50:40 -05:00

-webfront now displays player info and link to repz account

-fixed time span issue in webfront
-fixed crash when RCON stops responding and removing a player
-version on footer
This commit is contained in:
RaidMax
2015-04-12 23:25:34 -05:00
parent 8e31cbe138
commit 65b65716d2
18 changed files with 339 additions and 81 deletions

View File

@ -26,10 +26,10 @@ GoTo(target)
}
Alert(sound)
Alert(sound, message)
{
self playLocalSound(sound);
self iPrintLnBold("New Report!");
self iPrintLnBold(message);
}
Tell(message, source)