people tell command to add AP????
There is no command to add (aeria) points to an account. You will have to run a query in your database:Quote:
people tell command to add AP????
UPDATE PS_UserData.dbo.Users_Master SET Points = (Points + x) -- Replace the 'x' with the amount of points WHERE UserID = 'username' -- Enter the username here
Quote:
Philipp_ please make a screenshot I'm doing this 1 time
how does it look in the SQL
Philipp already sent the SQl , you need to edit the userid ( 3rd row " UserID = ' UserID here ' )Quote:
T
CheersCode:UPDATE PS_UserData.dbo.Users_Master SET Points = (Points + x) -- Replace the 'x' with the amount of points WHERE UserID = 'username' -- Enter the username here