mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-26 15:13:00 -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:
@ -26,10 +26,10 @@ GoTo(target)
|
||||
|
||||
}
|
||||
|
||||
Alert(sound)
|
||||
Alert(sound, message)
|
||||
{
|
||||
self playLocalSound(sound);
|
||||
self iPrintLnBold("New Report!");
|
||||
self iPrintLnBold(message);
|
||||
}
|
||||
|
||||
Tell(message, source)
|
||||
|
@ -66,7 +66,7 @@ processEvent(event)
|
||||
Player GoTo(Target);
|
||||
break;
|
||||
case "alert":
|
||||
Player Alert(Data);
|
||||
Player Alert(Data, "New Notification!");
|
||||
break;
|
||||
case "tell":
|
||||
Target Tell(Data, Player);
|
||||
|
Reference in New Issue
Block a user