Show id in vrp alert message

How can I put the id number of each user when they send an alert message to the police or paramedic. that the id comes out before the message how can I achieve that? could someone help?
https://gyazo.com/3cf40b922e31c76298eebe1cddea7f00

In the function vRP.sendServiceAlert you’ll need to edit the vRPclient.notify to the following:

vRPclient.notify(v,{service.alert_notify..msg .. " ID: " .. vRP.getUserId(sender)})

I get the id in the alert but not in the message below …

https://gyazo.com/b4e43442ce16be405ba42f2daa078c0e

I managed to make it work both …

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.