-
Freestyle GunZ Top Owners
which section of the database has the ingame character names.
hi well i have a question just wanna know which section in the database has the ingame character names
is it dbo.login?
im not talking about registering an acct manually
like for example
a person registers a username called test
pw is test
and he makes a character which section in the db as that character name?
-
-
DRGunZ 2 Creator
Re: which section of the database has the ingame character names.
xD people are getting stupider by the second. Character.dbo DUH
-
Freestyle GunZ Top Owners
Re: which section of the database has the ingame character names.
iight lol
uhm and wut about finding a chara whn i do CTRL F
ther is nothin to type to find XD
-
DRGunZ 2 Creator
Re: which section of the database has the ingame character names.
use a MSSQL Query. Like : SELECT * FROM Account WHERE UserID = "id here"