y_hooks - 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: y_hooks (
/showthread.php?tid=663946)
y_hooks -
PepsiCola23 - 15.02.2019
when i
PHP код:
#include <YSI\y_hooks>
i get these erros:
PHP код:
C:\Users\Paul\Desktop\server samp\pawno\include\YSI\y_utils.inc(433) : error 079: inconsistent return types (array & non-array)
C:\Users\Paul\Desktop\server samp\gamemodes\daws.pwn(11771) : error 035: argument type mismatch (argument 2)
C:\Users\Paul\Desktop\server samp\gamemodes\daws.pwn(11788) : error 035: argument type mismatch (argument 2)
C:\Users\Paul\Desktop\server samp\gamemodes\daws.pwn(17333) : error 035: argument type mismatch (argument 2)
C:\Users\Paul\Desktop\server samp\gamemodes\daws.pwn(29673) : error 021: symbol already defined: "GetIP"
C:\Users\Paul\Desktop\server samp\gamemodes\daws.pwn(33836) : error 025: function heading differs from prototype
C:\Users\Paul\Desktop\server samp\gamemodes\daws.pwn(33836) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
lines
PHP код:
OnPlayerLogin(playerid,MD5_Hash(tmppass));
PHP код:
stock GetIP(playerid) {
PHP код:
function OnPlayerLogin(playerid,password[]) {