Change Name
#1

How do you rename your account on the SQLite Database?

I mean the account, name of the account like i am Ronald_Lacson i changed my name to Jake_Hero

How do i do that?
Reply
#2

From your filterscript I see you're using SQlite Database Browser.
You can click "execute sql" and execute the following sql query:

Код:
UPDATE `TABLE_NAME` SET `USERNAME_FIELD` = 'Jake_Hero' WHERE `USERNAME_FIELD` = 'Ronald_Lacson'
You have to replace TABLE_NAME and USERNAME_FIELD with the name of the table and the name of the username field in your database.
Reply
#3

Have it update the SQL during all instances of name changes.

-Force Namechanges
-Namechange requests
-Account Creation

Also make it save the name under
pawn Код:
public OnPlayerDisconnect(playerid, reason)
Reply
#4

Thanks i have it work by myself thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)