okay so i think i might have made my first account wrong but i know my user and password is correrct but the game keeps saying its not can somone please post a correct ADM account that i can use as a template to make mine in .dbousers master
|
|
IF NOT EXISTS (SELECT UserUID FROM PS_UserData.dbo.Users_Master WHERE UserUID=1) BEGIN INSERT INTO PS_UserData.dbo.Users_Master (UserUID, UserID, Pw, JoinDate, Admin, AdminLevel, UseQueue, Status, Leave, LeaveDate, UserType, UserIp, ModiIp, ModiDate, Enpassword, Point) VALUES (1,'Tomiscool', 'adminpass', GETDATE(), 1, 255,'',16,'', GETDATE(),'A',NULL,NULL,NULL,NULL,0); END