15.02.2019, 16:37
when i
i get these erros:
lines
PHP код:
#include <YSI\y_hooks>
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
PHP код:
OnPlayerLogin(playerid,MD5_Hash(tmppass));
PHP код:
stock GetIP(playerid) {
PHP код:
function OnPlayerLogin(playerid,password[]) {