25.10.2016, 18:32
I got these errors
These are the lines
Any ideas??
PHP код:
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.
PHP код:
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);