exports.global:SendMessageToTeam
exports.global:sendLocalText(thePlayer, username .. \" [TELEFON]: \" .. message, nil, nil, nil, 10, {[thePlayer] = true}) if (tonumber(target)==107) then -- EMERGENCY SERVICES if (callprogress==1) then -- Requesting the location exports[\'anticheat-system\']:changeProtectedElementDataEx(thePlayer, \"call.location\", message) exports[\'anticheat-system\']:changeProtectedElementDataEx(thePlayer, \"callprogress\", 2) outputChatBox(\"107 Diszpécser mondja: Kérem mesélje el a pontos történetet!\", thePlayer) return elseif (callprogress==2) then -- Requesting the situation outputChatBox(\"107 Diszpécser mondja: Köszönjük a hívását! Az egység(ek) már uton vannak.\", thePlayer) local location = getElementData(thePlayer, \"call.location\") exports.global:SendMessageToTeam(\"Országos Rendőr Fő-kapitányság\",\"[Rádió] Itt a diszpécser központ! Erősítést kértek! Vége.\", 0, 183, 239) exports.global:SendMessageToTeam(\"Országos Rendőr Fő-kapitányság\",\"[Rádió] Indok: \'\" .. message .. \"\', vége. ((\" .. getPlayerName(thePlayer):gsub(\"_\",\" \") .. \"))\", 0, 183, 239) exports.global:SendMessageToTeam(\"Országos Rendőr Fő-kapitányság\",\"[Rádió] ELhelyezkedés: \'\" .. tostring(location) .. \"\', vége. ((\" .. getPlayerName(thePlayer):gsub(\"_\",\" \") .. \"))\", 0, 183, 239) exports.global:SendMessageToTeam(\"Honvédség\",\"[Rádió] Itt a diszpécser központ! Erősítést kértek! Vége.\", 0, 183, 239) exports.global:SendMessageToTeam(\"Honvédség\",\"[Rádió] Indok: \'\" .. message .. \"\', vége. ((\" .. getPlayerName(thePlayer):gsub(\"_\",\" \") .. \"))\", 0, 183, 239) exports.global:SendMessageToTeam(\"Honvédség\",\"[Rádió] ELhelyezkedés: \'\" .. tostring(location) .. \"\', vége. ((\" .. getPlayerName(thePlayer):gsub(\"_\",\" \") .. \"))\", 0, 183, 239) exports[\'anticheat-system\']:changeProtectedElementDataEx(thePlayer, \"calling\") exports[\'anticheat-system\']:changeProtectedElementDataEx(thePlayer, \"caller\") exports[\'anticheat-system\']:changeProtectedElementDataEx(thePlayer, \"callprogress\") exports[\'anticheat-system\']:changeProtectedElementDataEx(thePlayer, \"call.location\") exports[\'anticheat-system\']:changeProtectedElementDataEx(thePlayer, \"phonestate\", 0, false) exports.global:sendLocalMeAction(thePlayer, \"leteszi a telefont.\") exports.global:applyAnimation(thePlayer, \"ped\", \"phone_out\", 1000, false, true, true) toggleAllControls(thePlayer, true, true, true) return end