Commands Registration
๐ 311a
Command
311a
CommandSends an anonymous 311 message to EMS personnel. This is useful for citizens to contact EMS without revealing their identity.
๐ง Command Registration
๐ฅ Parameters
Name
Type
Required
Description
message
string
โ
The message content for 311.
The message
is extracted from the raw input, excluding the command prefix (311a
).
โ๏ธ Execution Logic
๐งพ Triggered Event
kartik-mdt:client:sendCall
kartik-mdt:client:sendCall
Parameters:
Parameter
Type
Description
source
number
Source player ID sending the 311 call.
fullMessage
string
The actual message content (stripped from command prefix).
true
boolean
Indicates the call is anonymous.
jobs
table
Jobs to notify (ems = true
).
"311"
string
The type of call. In this case, a 311 non-emergency call.
โ
Example Usage
This sends an anonymous 311 message to EMS with the content: "Need medical help at Legion Square."
Last updated