undefined symbol 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: undefined symbol udb_renameuser (
/showthread.php?tid=509901)
undefined symbol udb_renameuser -
Raaf - 28.04.2014
Hi,
I am using the gamemode of: San Fierro Cops & Robbers but when I compile I'm getting this error:
Код:
C:\Users\Administrator\Desktop\SFCRRPG\gamemodes\SFCRRPG.pwn(13047) : error 017: undefined symbol "udb_RenameUser"
Anyone got a solution?
Line 13047:
Код:
udb_RenameUser(PlayerName(playerid),inputtext); //line 13047
Thanks in advance,
Raaf
Re: undefined symbol udb_renameuser -
Nathan_Taylor - 28.04.2014
It means that you haven't defined udb_RenameUser. Check to make sure your includes are all right and that you have included everything you need to. If it is a function you scripting in the same file, make sure you didn't make a typo.