Error with udb_hash
#1

I created login/register system, I solved all error/warning, but where is one

C:\Users\Nerijus\Desktop\Serveris 0.3.7\gamemodes\pls.pwn( 4998 ) : error 021: symbol already defined: "udb_hash"

4998||stock udb_hash(buf[])
4999||{
5000|| new length=strlen(buf);
5001|| new s1 = 1;
5002|| new s1 = 0;
5003|| new n;
5004|| for (n=0; n<length; n++)
5005|| {
5006|| s1 = (s1 + buf[n]) % 65521;
5007|| s2 = (s2 + s1) % 65521;
5008|| }
5009|| return (s2 << 16) + s1;
5010||}

Please help!
Reply


Messages In This Thread
Error with udb_hash - by Heress - 14.06.2018, 09:15
Re: Error with udb_hash - by Shadow0707 - 14.06.2018, 09:16
Re: Error with udb_hash - by Heress - 14.06.2018, 09:28
Re: Error with udb_hash - by Shadow0707 - 14.06.2018, 09:33
Re: Error with udb_hash - by Heress - 14.06.2018, 09:40
Re: Error with udb_hash - by Shadow0707 - 14.06.2018, 09:43
Re: Error with udb_hash - by Heress - 14.06.2018, 09:46
Re: Error with udb_hash - by Shadow0707 - 14.06.2018, 09:49
Re: Error with udb_hash - by Heress - 14.06.2018, 09:52
Re: Error with udb_hash - by Shadow0707 - 14.06.2018, 10:05
Re: Error with udb_hash - by Heress - 14.06.2018, 10:11
Re: Error with udb_hash - by Lokii - 14.06.2018, 10:23
Re: Error with udb_hash - by Heress - 14.06.2018, 10:36
Re: Error with udb_hash - by CodeStyle175 - 14.06.2018, 10:49
Re: Error with udb_hash - by Heress - 14.06.2018, 10:58
Re: Error with udb_hash - by CodeStyle175 - 14.06.2018, 11:06

Forum Jump:


Users browsing this thread: 2 Guest(s)