help needed - "udb_RenameUser"
#1

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
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)