SA-MP Forums Archive
Need Help with "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: Need Help with "udb_RenameUser" (/showthread.php?tid=515010)



Need Help with "udb_RenameUser" - KitFLogan - 24.05.2014

Hello everyone.

I Found a gamemode in the forum and i thought to try it with my brother..
when i tried to compile it it shows me this

Код:
Desktop\SVR\gamemodes\SFCRRPG.pwn(13047) : warning 203: symbol is never used: "udb_RenameUser"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Also i include that plugins
PHP код:
#include <a_samp>
#include <irc>
#include <SFCRRPGdudb>
#include <streamer>
#include <dprops>
#include <sscanf2>
#include <time>
#include <dudb>
#pragma tabsize 0
#pragma unused strtok 
Can anyone please help me ?

Thanks in advance,
Mike.


Re: Need Help with "udb_RenameUser" - JakeHunter1 - 24.05.2014

This warning is undangerus .. You don't need to remove it .. It's not an error


Re: Need Help with "udb_RenameUser" - KitFLogan - 24.05.2014

Ohh didnt notice that it compiled..
thank you man