13.07.2014, 14:38
Hi. I have trouble.
I can't compile this. My error:
Код:
else
{
SetPVarInt(playerid, "MaxLoginTry", GetPVarInt(playerid, "MaxLoginTry") + 1);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DSP, "Auth", "Write pass:", "enter", "");
new pvarval = GetPVarInt(playerid, "MaxLoginTry");
print(pvarval);
}
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase D:\Server-SAMP\gamemodes\new.pwn(308) : error 035: argument type mismatch (argument 1) D:\Server-SAMP\gamemodes\new.pwn(307) : warning 204: symbol is assigned a value that is never used: "pvarval" 1 Error. Compilation Time: 2,40 sec

