Add specific color for expired bans in ban panel, fix some formatting and a runtime

This commit is contained in:
GinjaNinja32
2015-09-23 12:56:39 +01:00
parent d0310837b2
commit c707519d1f
2 changed files with 20 additions and 6 deletions

View File

@@ -85,7 +85,7 @@
banreason = "[banreason] (CUSTOM CID)"
else
message_admins("Ban process: A mob matching [playermob.ckey] was found at location [playermob.x], [playermob.y], [playermob.z]. Custom ip and computer id fields replaced with the ip and computer id from the located mob")
notes_add(playermob.ckey,banreason,usr)
notes_add(banckey,banreason,usr)
DB_ban_record(bantype, playermob, banduration, banreason, banjob, null, banckey, banip, bancid )