SA-MP Forums Archive
[HELP] Errors - 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: [HELP] Errors (/showthread.php?tid=529859)



[HELP] Errors - ShinichiKudou - 04.08.2014

Код:
(15705) : error 035: argument type mismatch (argument 2)
(39097) : error 035: argument type mismatch (argument 2)
(47724) : error 025: function heading differs from prototype
(47725) : error 025: function heading differs from prototype
(49045) : error 035: argument type mismatch (argument 2)
(60622) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
pawn Код:
OnPlayerLogin(giveplayerid, AdminRelogPassword[giveplayerid]); //line 15705

OnPlayerLogin(playerid, AdminRelogPassword[playerid]); //line 390397

//line 47724-5
forward OnPlayerLogin(playerid,password[]);
public OnPlayerLogin(playerid,password[])


OnPlayerLogin(playerid, password); //line 49045

OnPlayerLogin(playerid, passbuffer); //line 60622
Seems to be the callback and forward needs some fixing but how?


Re: [HELP] Errors - ViniBorn - 04.08.2014

AdminRelogPassword, password and passbuffer are strings?