17.10.2013, 10:40
is there any way to change the name from the database?
like using /changename command players get his changed name instantly and also his name in mysql database also get change.
I am using this format on register.
thank you.
like using /changename command players get his changed name instantly and also his name in mysql database also get change.
I am using this format on register.
pawn Код:
format(Query, sizeof Query, "SELECT * FROM `accounts` WHERE `Name` = '%s' LIMIT 1", pName);