[HELP]Change Name.
#9

I don't know what database structure you are using but.

Add this before SetPlayerName():
pawn Код:
new
    query[128];
format(query, sizeof(query), "UPDATE `players` SET `name` = '%s' WHERE `name` = '%s';", result, giveplayer);
mysql_query(query);
Change players, and name to whatever suits your structure.
Reply


Messages In This Thread
[HELP]Change Name. - by GaB1TzZzu - 09.01.2011, 09:57
Re: [HELP]Change Name. - by Ash. - 09.01.2011, 10:00
Re: [HELP]Change Name. - by GaB1TzZzu - 09.01.2011, 10:06
Re: [HELP]Change Name. - by GaB1TzZzu - 09.01.2011, 14:52
Re: [HELP]Change Name. - by GaB1TzZzu - 10.01.2011, 11:34
Re: [HELP]Change Name. - by GaB1TzZzu - 11.01.2011, 11:48
Re: [HELP]Change Name. - by Yvax - 11.01.2011, 11:53
Re: [HELP]Change Name. - by Rizard - 11.01.2011, 12:00
Re: [HELP]Change Name. - by _rAped - 11.01.2011, 12:02
Re: [HELP]Change Name. - by GaB1TzZzu - 11.01.2011, 12:10

Forum Jump:


Users browsing this thread: 2 Guest(s)