SA-MP Forums Archive
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 017undefined symbol "GetPlayerPoolSize"
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(141) : error 017undefined symbol "SHA256_PassHash"
C:\Users\Micko\Desktop\MySQL\gamemodes\Untitled.pwn(183) : error 017undefined symbol "SHA256_PassHash"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
3 Errors

These are the lines
PHP Code:
73: for(new 0GetPlayerPoolSize(); <= ji++)
141SHA256_PassHash(inputtextPlayerInfo[playerid][Salt], hashed_pass65);
183SHA256_PassHash(inputtextPlayerInfo[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.