Simple C# source to give your player points while online in the game . . .
Add new column in your dbo.usertbl called "Points" and you're good to go =)
config file
just replce that with yours . . =)
Link :To view the content, you need to sign in or register
Add new column in your dbo.usertbl called "Points" and you're good to go =)
config file
<add key="SQLConnection" value="Data Source=YOURSQL;Initial Catalog=ROW_User;Persist Security Info=True;Integrated Security=true;"/>
just replce that with yours . . =)
Last edited: