marker = createMarker(-2103.52,-23.26,45.20-0.9, "cylinder", 1, 0, 0, 0, 170)
addEventHandler("onMarkerHit", marker, function(he)
if getElementType(he) == "player" then
triggerClientEvent(he, "showGUI", he)
end
end)
addEvent("playSyrena_s", true)
addEventHandler("playSyrena_s", getRootElement(), function()
triggerClientEvent("playSyrena_c", getRootElement())
for k,v in ipairs(getElementsByType("player")) do
if getElementData(v, "player:faction") == "PSP" then
outputChatBox(" ",v)
outputChatBox(" ",v)
outputChatBox("* #FF0000W koszarach rozlega si? d?wi?k alarmu",v, 255, 255, 255, true)
outputChatBox(" ",v)
outputChatBox(" ",v)
end
end
end)