11.08.2016, 16:16
First of all, your post is too long. Use pastebin next time so it will be easier for us to read it.
The problem is that 3 functions are not registered.
therebefore some plugins haven't been loaded at all.
"localtime" and "strftime" can be found in CTimer Library: https://sampforum.blast.hk/showthread.php?tid=294054
"sha1" can be found in Encrypt: https://sampforum.blast.hk/showthread.php?tid=152682
Consider using "SHA256_PassHash" that was added in 0.3.7 R1 and also includes salt for more security instead of "sha1".
The problem is that 3 functions are not registered.
pawn Код:
Error: Function not registered: 'localtime'
Error: Function not registered: 'strftime'
Error: Function not registered: 'sha1'
"localtime" and "strftime" can be found in CTimer Library: https://sampforum.blast.hk/showthread.php?tid=294054
"sha1" can be found in Encrypt: https://sampforum.blast.hk/showthread.php?tid=152682
Consider using "SHA256_PassHash" that was added in 0.3.7 R1 and also includes salt for more security instead of "sha1".