25.09.2012, 11:08
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");
}