04.08.2014, 12:15
Код:
(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