SA-MP Forums Archive
YSI "MD5" Errors.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: YSI "MD5" Errors.. (/showthread.php?tid=555785)



YSI "MD5" Errors.. - X|Dragon|X - 08.01.2015

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



Re: YSI "MD5" Errors.. - Ironboy - 08.01.2015

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


Re: YSI "MD5" Errors.. - Divergent - 08.01.2015

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


Re: YSI "MD5" Errors.. - X|Dragon|X - 08.01.2015

Remind me again, Whats a semicolon?


Re: YSI "MD5" Errors.. - Divergent - 08.01.2015

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.


Re: YSI "MD5" Errors.. - X|Dragon|X - 08.01.2015

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.


Re: YSI "MD5" Errors.. - X|Dragon|X - 08.01.2015

BUMP.