June 9, 201313 yr Root Admin comment_137804 Function mds_current_weather()This is used to get details on the current weather in MD Returns: boolean e.g. false //There is no weather currently in MD of note String e.g. "heavyrain" //Current weather in MD as a string Example: @va = mds_current_weather(); if(@va == false) { echo "there is no weather, boring"; }else{ echo "The weather currently is: " . @va; } Edited June 9, 201313 yr by Chewett Report
June 9, 201313 yr Root Admin comment_137805 This is quite a cool feature! Thanks Chewy Edited June 9, 201313 yr by Muratus del Mur Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.