Hello there! 
I lately started learning scripting, yet I'm still new, I have made my first script, and ofc, something is missed on it because it doesn't work, the script is /goto (mapname)  
function Changemap (thePlayer, goto) 
        bool changeGamemodeMap ( resource newMap, [ resource gamemodeToChangeTo ] ) 
        outputChatBox(getPlayerName(source).." changed the map!") 
end      
addCommandHandler("ChangeGamemod", Changemap) 
 
As I said, I'm still new at scripting, I hope I won't get aggressive comments.. 
Thanks!