because i use upm hint system i want to replace the global hint here
[0,format["%1 just ran over %2!", name _driver, name player]] remoteExec ["life_fnc_broadcast",0];
with one that gets sent direct to the player and not to the whole server using ["Title","Content of message"] call UPM_fnc_showNotification;
how would i do that?