• about sv_loadingurl
    2 replies, posted
i thought that it will be awosome to put things about you like: steam id time playing on the server last joined how many times joined profile picture K/D if someone knows how to do it please help me
You'd need your gamemode to store such things in a MySQL database for example, and then you'd have to get the IP of the player connecting, compare to your database, and take a best guess at who it is. This would be done with some PHP. Hopefully in a coming build garry will implement a $_GET['steamid'] possibility, which will make grabbing info from MySQL databases a heck of a lot easier.
[QUOTE=jimbodude;27335627]You'd need your gamemode to store such things in a MySQL database for example, and then you'd have to get the IP of the player connecting, compare to your database, and take a best guess at who it is. This would be done with some PHP. Hopefully in a coming build garry will implement a $_GET['steamid'] possibility, which will make grabbing info from MySQL databases a heck of a lot easier.[/QUOTE] I dont know how to do it. Please help me.
Sorry, you need to Log In to post a reply to this thread.