Joaopcvcastro has written
Please, what im doing worng? can someone help?
I want to every roundstart it will trigger a entity on the map, on ENTITY_NAME i put the name of the entity that i want to trigger and it still dont works, please i need help 
1
2
3
4
2
3
4
addhook("startround","starting")
function starting(mode)
parse("trigger ENTITY_NAME")
end

well for me its working o.O