Installing Whirlpool problem.
#2

I'm not sure but I guess this is the problem. Try to make it one. As your warning says

pawn Код:
error 021: symbol already defined: "print"
pawn Код:
main()
{
    new
        buf[129];
    printf("hash");
    WP_Hash(buf, sizeof (buf), "The quick brown fox jumps over the lazy dog");
    print(buf);
}
    // Print some standard lines to the server's console
    print("\n----------------------------------");
    print(GameModeName);
    print("----------------------------------\n");
}
Reply


Messages In This Thread
(fixed) - by MrPlatinum - 25.09.2012, 10:50
Re: Installing Whirlpool problem. - by .v - 25.09.2012, 11:08
Re: Installing Whirlpool problem. - by MrPlatinum - 25.09.2012, 11:12
Re: Installing Whirlpool problem. - by .v - 25.09.2012, 11:16
Re: Installing Whirlpool problem. - by Wesley221 - 25.09.2012, 11:24
Re: Installing Whirlpool problem. - by MrPlatinum - 25.09.2012, 11:25
Re: Installing Whirlpool problem. - by Wesley221 - 25.09.2012, 11:26
Re: Installing Whirlpool problem. - by MrPlatinum - 25.09.2012, 11:30
Re: Installing Whirlpool problem. - by .v - 25.09.2012, 11:36
Re: Installing Whirlpool problem. - by MrPlatinum - 25.09.2012, 12:00

Forum Jump:


Users browsing this thread: 2 Guest(s)