01.05.2015, 05:04
Oque tem De Errado
erro
PHP код:
if(clickedid == Tela_Login[2])
{
new arquivo[36];
format(arquivo,sizeof arquivo,"/acc/%s.ini",GetName(playerid));
if(DOF2_FileExists(arquivo))
{
new welcome[128];
format(welcome,128,"{F8F8FF}Bem Vindo(a) Ao Servidor {EE3B3B}%s{F8F8FF}\n\nVocк ja tem uma Conta registrada\n\nDigite sua Senha para Logar",GetName(playerid), IP(playerid));
ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYLE_PASSWORD,"Seja Bem Vindo!",welcome,"Logar","Sair");
{
SendClientMessage(playerid, 0xFFFFFFFF, ">> Voce nao tem uma Conta, Clique em Registrar para Registrar.");
}
return 1;
}
PHP код:
C:\Users\Usuario\Desktop\Pastas\Samp\THE DM\gamemodes\thedm.pwn(4848) : error 030: compound statement not closed at the end of file (started at line 4835)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.