RegisterCommand(“flash”, function(source, args, rawCommand)
if IsPlayerAceAllowed(source, “police.flash”) then
TriggerClientEvent(“Police:GiveFlash”, source)
end
end, false)

why do I find a FALSE in the last line?