13.02.2014, 11:07
Hello folks!
I am getting some errors:
The errors are as follows, error 017: undefined symbol "udb_RenameUser"
The line:
Check the slight bold text, it's that line.
And the other error is with SFCRRPGdudb.
This is the error
This is because of the include. Can you please provide me the suitable include file?
I am getting some errors:
The errors are as follows, error 017: undefined symbol "udb_RenameUser"
The line:
Код:
if(dialogid == DIALOG_CHANGENAME) { if (response == 0) { return 1; } if (response == 1) { if (strlen(inputtext)==0) { SendClientMessage(playerid,COLOR_ERROR,"Please enter your desired name in the box."); ShowChangeNameScreen(playerid); return 1; } 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; } return 1; } return 1; }
And the other error is with SFCRRPGdudb.
This is the error
Quote:
C:\Users\Admin\Desktop\SFCRRPG\pawno\include\SFCRR PGdudb.inc(37) : warning 217: loose indentation |