Errors - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Errors (
/showthread.php?tid=620066)
Errors -
Micko123 - 25.10.2016
I got these
PHP Code:
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(73) : error 017: undefined symbol "GetPlayerPoolSize"
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(141) : error 017: undefined symbol "SHA256_PassHash"
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(183) : error 017: undefined symbol "SHA256_PassHash"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Errors.
These are the lines
PHP Code:
73: for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
141: SHA256_PassHash(inputtext, PlayerInfo[playerid][Salt], hashed_pass, 65);
183: SHA256_PassHash(inputtext, PlayerInfo[playerid][Salt], PlayerInfo[playerid][Password], 65);
Anyone know what could be the problem?
Re: Errors -
Yousha - 26.10.2016
1- FULLY Update your SAMP server and its
includes.
2- Besure
pawno.exe uses NEW library(pawno/include/) files...
Re: Errors -
Bingo - 26.10.2016
undefined symbol "SHA256_PassHash"
This was added in version 0.3.7 R1, So update your includes.