29.08.2010, 13:37
Hey guys. I'm making a bank dialog with withdraw. Got an error. What is wrong? xD
Error line = new ammount = inputtext;
pawn Код:
if(dialogid == 100){
new ammount = inputtext;
if(response){
if(bank[playerid] >= ammount)
{
}
}
}
return 1;
}
Код:
C:\Users\Bart\Desktop\Rubenbart server\gamemodes\SunlightRPG.pwn(2173) : error 033: array must be indexed (variable "-unknown-") Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.