Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Down

$
0
0
PHP Code:

//OnPlayerSpawn
        
new hour,minute,seconds,year,day,month;
        
gettime(hour,minute,seconds);
        
getdate(day,month,year);

    new 
NewLog[100+1000];
    
format(NewLog,sizeof(NewLog),"%s - Level: %d (Last logged in %d/%d/%d %d:%d:%d)",GetName(playerid), pData[playerid][Admin], yearmonthdayhourminuteseconds);
    
LogInLog(NewLog);
    ForEach(
iMAX_PLAYERS)
    {
        if(
pData[playerid][Admin] >= 3)
        {
            
SendClientMessage(i0x00FF0054NewLog);
        }
    } 

When player spawn the server get down why? i mean server automaticly stops

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>