Quote:
Originally Posted by moura98
tenta assim
PHP Code:
CMD:verkeys(playerid)
{
new string[300];
for(new i; i < 3000; i++)
{
format(String, sizeof(String), CONTAS, string[i]);
if(DOF2::FileExists(String))
{
format(String2, sizeof(String2), "%s %s\n", String2, string[i]);
strcat(String2, String2);
}
else return SendClientMessage(playerid, -1, "Nгo existe nenhuma key!");
}
ShowPlayerDialog(playerid, DIALOGNORESPONSE, DIALOG_STYLE_MSGBOX, "Keys existentes", String2, "Ok", "");
return 1;
}
|
Continuar a mesma coisa, ainda й como se nгo houvesse nenhuma key :/