Dialog crashing server?
#1

Hello.
I just found an old map of mine while cleaning up my hard drive. Lead by curiosity I tried to launch it to check what features are there and such... How dissapointed I was when I noticed my map being crashed just after showing register dialog! What could be a reason of this?

PHP код:
public OnPlayerConnect(playerid)
{
    new 
str[128], secondstring[128], accname[128];
     
format(secondstringsizeof(secondstring), "Map By:"AUTHOR" || Vehicles %d|"VEHICLE_COUNT);
    
SendClientMessage(playeridCOLOR_WHITEsecondstring); printf("second string message");
    
format(accnamesizeof(accname), "FILES/ACCOUNTS/%s.ini"GetName(playerid)); printf("Accname formating");
     if(!
fexist(accname)) printf("Checking if there's a file for defined player");
     {
         
format(strsizeof(str), "{FFFFFF}Hello. {FBFF00}%s \n\n{FFFFFF}Register!"GetName(playerid)); printf("register dialog formating");
        
ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_INPUT"Register"str"Register""Quit"); printf("Showed dialog");
    return 
1;

It looks like it crashes on bottom lines...
PHP код:
if(dialogid == DIALOG_REGISTER)
    {
        if(!
response) return Kick(playerid);
        if(
response)
        {
            if(
strlen(inputtext) == 0)
            {
                
format(stringsizeof(string), "{FFFFFF}Hello {FBFF00}%s \n\n{FFFFFF}Register"GetName(playerid));
                
ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_INPUT"Register"string"Register""Quit");
                return 
0;
            } 
Reply


Messages In This Thread
Dialog crashing server? - by sekol - 01.11.2011, 14:48
Re: Dialog crashing server? - by IstuntmanI - 01.11.2011, 15:01
Re: Dialog crashing server? - by sekol - 01.11.2011, 15:07
Re: Dialog crashing server? - by sekol - 01.11.2011, 19:14
Re: Dialog crashing server? - by sekol - 02.11.2011, 11:50
Re: Dialog crashing server? - by sekol - 04.11.2011, 14:55
Re: Dialog crashing server? - by PowerPC603 - 10.11.2011, 21:22
Re: Dialog crashing server? - by sekol - 13.11.2011, 12:28
Re: Dialog crashing server? - by BlackSA - 13.11.2011, 12:33
Re: Dialog crashing server? - by sekol - 13.11.2011, 12:43

Forum Jump:


Users browsing this thread: 4 Guest(s)