Merge pull request #5423 from LittleBigKid2000/shuttle-request-fix

Fixes centcom ferry requests being displayed to all admins and mentors
This commit is contained in:
Fox McCloud
2016-08-12 18:24:54 -04:00
committed by GitHub
+2 -1
View File
@@ -737,7 +737,8 @@
return
cooldown = 1
to_chat(usr, "<span class='notice'>Your request has been recieved by Centcom.</span>")
to_chat(admins, "<b>FERRY: <font color='blue'>[key_name_admin(usr)] (<A HREF='?_src_=holder;adminmoreinfo=\ref[usr]'>?</A>) (<A HREF='?_src_=holder;adminplayerobservefollow=\ref[usr]'>FLW</A>) (<A HREF='?_src_=holder;secretsfun=moveferry'>Move Ferry</a>)</b> is requesting to move the transport ferry to Centcom.</font>")
log_admin("[key_name(usr)] requested to move the transport ferry to Centcom.")
message_admins("<b>FERRY: <font color='blue'>[key_name_admin(usr)] (<A HREF='?_src_=holder;secretsfun=moveferry'>Move Ferry</a>)</b> is requesting to move the transport ferry to Centcom.</font>")
spawn(600) //One minute cooldown
cooldown = 0