YSI "MD5" Errors..
#1

This line in the include md5.inc, gives me 7 errors :

Код:
stock MD5_Hash(str[], bool:lowercase = false);
Код:
warning 225: unreachable code
warning 225: unreachable code
error 029: invalid expression, assumed zero
error 017: undefined symbol "MD5_Hash"
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
fatal error 107: too many error messages on one line
Reply
#2

Does the stock needs a semicolon? I don't think so, remove it and give it a whack.
Reply
#3

native MD5_Hash(str[], bool:lowercase = false);
Reply
#4

Remind me again, Whats a semicolon?
Reply
#5

Quote:
Originally Posted by X|Dragon|X
Посмотреть сообщение
Remind me again, Whats a semicolon?
";" is a semi colon. That's how the script knows that it's the end of a line.
Reply
#6

Quote:
Originally Posted by Divergent
Посмотреть сообщение
native MD5_Hash(str[], bool:lowercase = false);
Didn't work same errors.

Quote:
Originally Posted by Ironboy
Посмотреть сообщение
Does the stock needs a semicolon? I don't think so, remove it and give it a whack.
Yeah, i removed the semicolon, still same errors.
Reply
#7

BUMP.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)