26.01.2013, 10:04
pawn Код:
C:\Documents and Settings\Uporabnik\Desktop\Scripts for sell [0.3e]\[E] Name Roleplay (By LilCuete)\gamemodes\N-RP10.pwn(492) : error 025: function heading differs from prototype
C:\Documents and Settings\Uporabnik\Desktop\Scripts for sell [0.3e]\[E] Name Roleplay (By LilCuete)\gamemodes\N-RP10.pwn(17724) : error 025: function heading differs from prototype
C:\Documents and Settings\Uporabnik\Desktop\Scripts for sell [0.3e]\[E] Name Roleplay (By LilCuete)\gamemodes\N-RP10.pwn(60439) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Uporabnik\Desktop\Scripts for sell [0.3e]\[E] Name Roleplay (By LilCuete)\gamemodes\N-RP10.pwn(73809) : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
pawn Код:
forward OnPlayerLogin(playerid,password[]);
pawn Код:
public OnPlayerLogin(playerid,password[])
pawn Код:
OnPlayerLogin(playerid,tmp);
pawn Код:
OnPlayerLogin(playerid,tmppass);