09.05.2016, 17:20
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
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