Reduces adminspam and adds knocking on windows.

This commit is contained in:
Ren Erthilo
2012-04-24 01:19:09 +01:00
parent 31b44f76d9
commit 6532691563
3 changed files with 11 additions and 4 deletions
+3 -3
View File
@@ -105,7 +105,7 @@
log_attack("<font color='red'>[usr] ([usr.ckey]) placed [GM] ([GM.ckey]) in a disposals unit.</font>")
log_admin("ATTACK: [usr] ([usr.ckey]) placed [GM] ([GM.ckey]) in a disposals unit.")
message_admins("ATTACK: [usr] ([usr.ckey]) placed [GM] ([GM.ckey]) in a disposals unit.")
// message_admins("ATTACK: [usr] ([usr.ckey]) placed [GM] ([GM.ckey]) in a disposals unit.")
C.show_message("\red [GM.name] has been placed in the [src] by [user].", 3)
del(G)
@@ -151,7 +151,7 @@
log_attack("<font color='red'>[user] ([user.ckey]) climbed into a disposals unit.</font>")
log_admin("ATTACK: [user] ([user.ckey]) climbed into in a disposals unit.")
message_admins("ATTACK: [user] ([user.ckey]) climbed into in a disposals unit.")
//message_admins("ATTACK: [user] ([user.ckey]) climbed into in a disposals unit.")
msg = "[user.name] climbs into the [src]."
user << "You climb into the [src]."
@@ -159,7 +159,7 @@
log_attack("<font color='red'>[user] ([user.ckey]) placed [target] ([target.ckey]) in a disposals unit.</font>")
log_admin("ATTACK: [user] ([user.ckey]) placed [target] ([target.ckey]) in a disposals unit.")
message_admins("ATTACK: [user] ([user.ckey]) placed [target] ([target.ckey]) in a disposals unit.")
//message_admins("ATTACK: [user] ([user.ckey]) placed [target] ([target.ckey]) in a disposals unit.")
msg = "[user.name] stuffs [target.name] into the [src]!"
user << "You stuff [target.name] into the [src]!"