Flipi Posted September 15, 2013 Share Posted September 15, 2013 Would it be possible to make a script to know the real climate of the city? (would have to use city codes and url of the page containing the climates or something?)... Link to comment
csiguusz Posted September 15, 2013 Share Posted September 15, 2013 Yes. Although I haven't made such a thing yet it should be possible. Get the data from a page with server-sided fetchRemote, then somehow find the wanted values in the returned page. Link to comment
EstrategiaGTA Posted September 15, 2013 Share Posted September 15, 2013 Yes you can do it, but I don't think that all the users of your server live in the same city, do they? Link to comment
Flipi Posted September 15, 2013 Author Share Posted September 15, 2013 Yes you can do it, but I don't think that all the users of your server live in the same city, do they? Of course!, But it could be adapted according to each player to join the server... or something.... Link to comment
bandi94 Posted September 15, 2013 Share Posted September 15, 2013 Well , i made this with country , city . I send the IP with fetchRemote to my php , my php call a webpage that is locating the country and the city , the webpage return the 2 data to my php , and my php back to the server . But 20-30% of the time the city is returned wrong , so i would sugest that the player can chose his city. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now