I own a bunch of cs 1.6 servers, and tehre is a custom field in the profile for the STEAM ID, and I was planning on taking people stats from a database, and post their stats next to the name when they post. It takes the info from the database (steam ID, ranks ect.
Code:
INSERT INTO `maps` (`id`, `name`, `steamid`, `mapname`, `timebeat`, `datebeat`, `runtime`) VALUES
(1, 'CocaCola', 'STEAM_0:1:11980718', 'surf_ninja', '18-22-03', '2008-04-19', 73.2794),
I need to be able to enter my steam ID (STEAM_0:1:11980718) in the custom filed, and next to my name in ever post, have it show my stats.
thanks