下面的脚本可让您触发事件以向紧急服务发送消息,而不必调用每个紧急服务,我们希望能够调用“ 911”服务来触发“警察,救护车,和机械师。
下面的脚本触发一个事件,通知警方正在被呼叫。有谁可能有解决方案?该脚本基于用于FiveM的GCphone。
"serviceCall": [
{
"display": "title",
"backgroundColor": "red",
"subMenu": [
{
"title": "titlename",
"eventName": "esx_addons_gcphone:call",
"type": {
"number": "police",
"message": "description."
}
}
]
},
有没有人可以帮助我解决这个问题,因为我真的在努力寻找解决方案。
谢谢。