Updating every second?
#1

How to make it update every second?

PHP код:
public Data(name[], value[])
{
    new 
INI:File INI_Open(SERVER_FILE);
    
INI_SetTag(File"server");
    
INI_WriteInt(File,"Account Ids",ServerInfo[Accountid]);
    
INI_WriteInt(File,"Announce",ServerInfo[Announce]);
    
INI_WriteInt(File,"Auto_Login",ServerInfo[AutoLog]);
    
INI_WriteInt(File,"Locked",ServerInfo[sLocked]);
    
INI_WriteInt(File,"Read_PersonalMessages",ServerInfo[ReadPms]);
    
INI_WriteInt(File,"Max_Ping",ServerInfo[MaxPing]);
    
INI_WriteInt(File,"Read_Commands",ServerInfo[ReadCmds]);
    
INI_WriteInt(File,"Chat",ServerInfo[Chat]);
    
INI_WriteInt(File,"Hours",ServerInfo[H]);
    
INI_WriteInt(File,"Minuites",ServerInfo[M]);
    
INI_WriteInt(File,"Seconds",ServerInfo[S]);
    
INI_Close(File);

Reply


Messages In This Thread
Updating every second? - by Mouiz - 11.07.2015, 17:41
Re: Updating every second? - by HydraHumza - 11.07.2015, 18:05
Re: Updating every second? - by Threshold - 11.07.2015, 18:06
Re: Updating every second? - by Sime30 - 11.07.2015, 18:08
Re: Updating every second? - by Mouiz - 11.07.2015, 18:43
Re: Updating every second? - by Threshold - 11.07.2015, 21:23

Forum Jump:


Users browsing this thread: 2 Guest(s)