Indentation
#1

Can someone please fix this for me, for some odd reason it will not work, its a loose indentation.
PHP код:
public SaveGeneralData()
{
    {
        for(new 
0MAX_PLAYERSi++)
        {
            
TogglePlayerControllable(ifalse);
            
ClearAnimations(i);
            
QuickSave(i);
        }
        
                {
                    
SendClientMessageToAll(LIGHTRED"[Server] Server is now saving your data, please wait for it to complete.");
                    
SaveGroups();
                    
UpdateAnalysis();
                    
SaveJobs();
                    
SaveHouses();
                    
SaveBusinesses();
                }
    }
    if(
CurGMX == 1)
    {
        
SendClientMessageToAll(WHITE"Any changes made now will not be saved until the server has fully rebooted.");
        for(new 
0MAX_PLAYERSi++)
        {
            
TogglePlayerControllable(ifalse);
            
ClearAnimations(i);
            
QuickSave(i);
        }
        
CurGMX 2;
    }
    else
    {
        for(new 
0MAX_PLAYERSi++)
        {
            
SavePlayerData(i);
        }
    }
    return 
1;

Reply


Messages In This Thread
Indentation - by ChromeMenu - 27.02.2017, 00:23
Re: Indentation - by Unte99 - 27.02.2017, 00:41
Re: Indentation - by Toroi - 27.02.2017, 01:49

Forum Jump:


Users browsing this thread: 2 Guest(s)