/changename command bugged! HELP!
#4

pawn Код:
SetPlayerName(targetid,name);
udb_RenameUser(PlayerName(targetid),name);
It sets the new name to the player and then you force it to rename the new name (PlayerName returns the new name) with the new name? It seems legit.

Either use it with the opposite way:
pawn Код:
udb_RenameUser(PlayerName(targetid),name);
SetPlayerName(targetid,name);
or use frename.
Reply


Messages In This Thread
Deleted. - by iFiras - 08.11.2013, 15:26
Re: /changename command bugged! HELP! - by Bost - 08.11.2013, 15:28
Re: /changename command bugged! HELP! - by SAMProductions - 08.11.2013, 15:33
Re: /changename command bugged! HELP! - by Konstantinos - 08.11.2013, 16:20
Deleted. - by iFiras - 19.12.2013, 16:25

Forum Jump:


Users browsing this thread: 1 Guest(s)