mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[READY] Configurable spawners for event use for admins (#1786)
* aaa * aaa * aa * aaa * ascsc * asd * aaa * Update event_spawner.dm * Update event_spawner.dm * Update event_spawner.dm * imports and exports * aaa * Update event_spawner_menu.dm * Update event_spawner.dm * aa * Update event_spawner_menu.dm * Update event_spawner_menu.dm * Update event_spawner_menu.dm * aa * faction boys * Update outfit.dm * money * Update outfit.dm * incredible Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
@@ -65,7 +65,8 @@
|
||||
return
|
||||
|
||||
if (!sender)
|
||||
sender = input("Who is the message from?", "Sender") as null|anything in list(RADIO_CHANNEL_CENTCOM,RADIO_CHANNEL_SYNDICATE)
|
||||
//sender = input("Who is the message from?", "Sender") as null|anything in list(RADIO_CHANNEL_CENTCOM,RADIO_CHANNEL_SYNDICATE) //ORIGINAL
|
||||
sender = input("Who is the message from?", "Sender") as null|anything in list(RADIO_CHANNEL_CENTCOM,RADIO_CHANNEL_SYNDICATE,RADIO_CHANNEL_FACTION) //SKYRAT EDIT CHANGE
|
||||
if(!sender)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user