Problem with dialog - Register system
#8

Try this:
PHP код:
        case DIALOG_SPOL
        { 
        if(!
response) return Kick(playerid); 
        if(
response
            switch(
listitem
            { 
            
//Otvaramo caseove 
            
case 0
            { 
                new 
INI:File INI_Open(UserPath(playerid)); 
                
INI_WriteInt(File,"Spol",musko); 
                
INI_Close(File); 
                
SendClientMessage(playerid,-1,"{00C0FF}WG:{FFFFFF} Odabrali ste spol: muљko"); 
            } 
            case 
1
            { 
                new 
INI:File INI_Open(UserPath(playerid)); 
                
INI_WriteInt(File,"Spol",zensko); 
                
INI_Close(File); 
                
SendClientMessage(playerid,-1,"{00C0FF}WG:{FFFFFF} Odabrali ste spol: ћensko"); 
            }
       } 
       
ShowPlayerDialog(playeridDIALOG_SUCCESS_1DIALOG_STYLE_MSGBOX,""COL_WHITE"Uspjesna registracija",""COL_WHITE"Poљtovani,uspjeљno ste registrirali novi account.\nZa vaљu sigurnost preporucavamo vam da odradite 'relog' kako bismo spremili podatke.\nUzivajte igrajuci na nasem serveru!","Uredu",""); 
This will fix 1 error, I think. How many cases do you have?
Reply


Messages In This Thread
Problem with dialog - Register system - by NoDi522 - 15.03.2015, 09:41
Re: Problem with dialog - Register system - by ATGOggy - 15.03.2015, 10:03
Re : Problem with dialog - Register system - by StreetRP - 15.03.2015, 10:05
Re: Re : Problem with dialog - Register system - by ATGOggy - 15.03.2015, 10:31
Re: Problem with dialog - Register system - by NoDi522 - 15.03.2015, 10:47
Re : Problem with dialog - Register system - by StreetRP - 15.03.2015, 10:59
Re: Problem with dialog - Register system - by NoDi522 - 15.03.2015, 11:25
Re: Problem with dialog - Register system - by ATGOggy - 15.03.2015, 11:33

Forum Jump:


Users browsing this thread: 1 Guest(s)