Admin System Bugged Dialogs
#5

Yes 1
pawn Код:
C:\Documents and Settings\orion\Фб ЭггсбцЬ мпх\Downloads\samp03csvr_R2-2_win32 (2)\filterscripts\kadmin.pwn(1103) : warning 219: local variable "buf" shadows a variable at a preceding level
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
At
pawn Код:
// Credits to Dracoblue
stock udb_hash(buf[]) {
    new length=strlen(buf);
    new s1 = 1;
    new s2 = 0;
    new n;
    for (n=0; n<length; n++)
    {
       s1 = (s1 + buf[n]) % 65521;
       s2 = (s2 + s1)     % 65521;
    }
    return (s2 << 16) + s1;
}
This line
pawn Код:
stock udb_hash(buf[]) {
Reply


Messages In This Thread
Admin System Bugged Dialogs - by Kostas' - 19.10.2011, 11:10
Re: Admin System Bugged Dialogs - by GAMER_PS2 - 19.10.2011, 11:16
Re: Admin System Bugged Dialogs - by Kostas' - 19.10.2011, 11:20
Re: Admin System Bugged Dialogs - by nilanjay - 19.10.2011, 11:45
Re: Admin System Bugged Dialogs - by Kostas' - 19.10.2011, 11:47
Re: Admin System Bugged Dialogs - by GAMER_PS2 - 19.10.2011, 11:49
Re : Admin System Bugged Dialogs - by Kostas' - 19.10.2011, 11:57
Re: Admin System Bugged Dialogs - by nilanjay - 19.10.2011, 12:00
Re : Admin System Bugged Dialogs - by Kostas' - 19.10.2011, 12:03
Re: Admin System Bugged Dialogs - by nilanjay - 19.10.2011, 12:04

Forum Jump:


Users browsing this thread: 2 Guest(s)