27.08.2012, 21:39
pawn Код:
Teste(playerid)
{
for(new x; x < 5; ++x)
{
if(strcmp(Clan[x], "Nenhum", true) != 0) continue;
{
new teste[128];
format(teste, sizeof(teste), "Slot clan %d liberado", x);
MsgToPlayer(teste);
break;
}
}
}
Espero que alguma alma me ajude