Recommendation; use the LUA Tags instead of the Quote tags.
The difference,
Without;
With
function onJoin()
setPedArmor(source, 100)
outputChatBox("Welcome To The Server", source, 255, 0, 0)
end
addEventHandler("onPlayerJoin", root, onJoin)
Regards Viruz