mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Reduces adminspam and adds knocking on windows.
This commit is contained in:
@@ -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]!"
|
||||
|
||||
Reference in New Issue
Block a user