3D2D player map entity I made for fun that uses Google Maps. Geolocates players using their IP. Do what you like with it - credit would be nice. If there are bugs, post in the thread and I'll fix them if I have time or somebody else will probably help.
[IMG]http://puu.sh/mjds[/IMG]
Download: [url]https://github.com/adamdburton/playermap/archive/master.zip[/url]
But now kids can go "I know where you live!" easier. :v:
You didn't remove that test part from the serverside autorun file,rendering useless the string explode you do to get the ip address of the player. :v:
[lua]
-snip-
local address = string.Explode(":", ply:IPAddress())[1]
address = "ipsnip";
-snip-
[/lua]
[QUOTE=Jvs;35288558]You didn't remove that test part from the serverside autorun file,rendering useless the string explode you do to get the ip address of the player. :v:
[lua]
-snip-
local address = string.Explode(":", ply:IPAddress())[1]
address = "ipsnip";
-snip-
[/lua][/QUOTE]
Hah, thanks.
Looks awesome, but im getting this lua error when I spawn it, Any ideas? [code][@entities\3d_playermap\cl_init.lua:14] bad argument #1 to 'SetHTML' (string expected, got no value)
[/code]
Need heatmap D:
[img_thumb]http://dl.dropbox.com/u/1910689/gm_construct_m_240024.jpg[/img_thumb]
[editline]6th April 2012[/editline]
and zooming
[QUOTE=bullard120;35449588]Looks awesome, but im getting this lua error when I spawn it, Any ideas? [code][@entities\3d_playermap\cl_init.lua:14] bad argument #1 to 'SetHTML' (string expected, got no value)
[/code][/QUOTE]
The playermap.txt file in the data folder wasn't found. Try move it from the addons/3d+player+map/data/ folder to your data/ folder
wow what a breathtaking depiction of new zealand's landmass
[QUOTE=Keggs;35505125]wow what a breathtaking depiction of new zealand's landmass[/QUOTE]
wow what a useless post
Updated to work for 13. See OP for download.
Sorry, you need to Log In to post a reply to this thread.