SHA256 - 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: SHA256 (
/showthread.php?tid=627568)
SHA256 -
AndreiWow - 29.01.2017
Код:
SHA256_PassHash(inputtext, PlayerInfo[playerid][Salt], Salted_Key, 65);
I get undefined symbol, what inc do I need for that?
Re: SHA256 -
X337 - 29.01.2017
a_samp.inc
Re: SHA256 -
AndreiWow - 29.01.2017
Quote:
Originally Posted by X337
a_samp.inc
|
I have that...
Re: SHA256 -
X337 - 29.01.2017
Download
SA-MP server package, and extract them into your gamemode main directory.
Re: SHA256 -
AndreiWow - 29.01.2017
Quote:
Originally Posted by X337
|
It actually worked lol, thanks, I was using inc from other servers.