27.01.2012, 23:32
fiz igual vc mandou ..
deu erro nessa linhas abaixo ↓
deu erro nessa linhas abaixo ↓
Код:
if (strcmp(cmdtext, "/ac", true) ==0)
{
new hold = "1\tClarao\n2\tM4\n3\tBazuka";
ShowPlayerDialog(playerid,1000,DIALOG_STYLE_LIST,"Hold",hold,"Colocar","Cancelar");
return 1;
}
Код:
C:\Documents and Settings\Lucas ®\Desktop\B4S\gamemodes\B4S.pwn(484) : error 033: array must be indexed (variable "-unknown-") C:\Documents and Settings\Lucas ®\Desktop\B4S\gamemodes\B4S.pwn(485) : error 035: argument type mismatch (argument 5) C:\Documents and Settings\Lucas ®\Desktop\B4S\gamemodes\B4S.pwn(484) : warning 204: symbol is assigned a value that is never used: "hold" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.

