SA-MP Forums Archive
help needed - "udb_RenameUser" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help needed - "udb_RenameUser" (/showthread.php?tid=606826)



help needed - "udb_RenameUser" - saket - 09.05.2016

E:\sapter work\gamemodes\SFCRRPG.pwn(13047) : error 017: undefined symbol "udb_RenameUser" this error comes up when i try to compile my script can someone tell me how to fix it?

the error is on this line:
udb_RenameUser(PlayerName(playerid),inputtext);
SetPlayerName(playerid,inputtext);
format(string,sizeof(string),"You have successfully changed your name to '%s', use this to login from now on.",inputtext);
SendClientMessage(playerid,COLOR_LIGHTBLUE,string) ;
return true;


can someone help me please


Re: help needed - "udb_RenameUser" - Dayrion - 09.05.2016

You don't have define 'udb_RenameUser'. I mean there is no function, in your script, called 'udb_RenameUser'.