Root Admin Chewett Posted June 9, 2013 Root Admin Report Posted June 9, 2013 (edited) 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, 2013 by Chewett Jubaris 1 Quote
Root Admin Muratus del Mur Posted June 9, 2013 Root Admin Report Posted June 9, 2013 (edited) This is quite a cool feature! Thanks Chewy Edited June 9, 2013 by Muratus del Mur Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.