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

[Ajuda] Hostname com Horas

$
0
0
Timer:
PHP Code:

SetTimer("Hora"1000true); 

Função:
PHP Code:

public Hora()
{
    new 
mtext[6];
    new 
yearmonth,day;
    
getdate(yearmonthday);
    if(
month == 1) { mtext "01"; }
    else if(
month == 2) { mtext "02"; }
    else if(
month == 3) { mtext "03"; }
    else if(
month == 4) { mtext "04"; }
    else if(
month == 5) { mtext "05"; }
    else if(
month == 6) { mtext "06"; }
    else if(
month == 7) { mtext "07"; }
    else if(
month == 8) { mtext "08"; }
    else if(
month == 9) { mtext "09"; }
    else if(
month == 10) { mtext "10"; }
    else if(
month == 11) { mtext "11"; }
    else if(
month == 12) { mtext "12"; }

    new 
string[28], horaminutosegundo,stext[6],htext[6],mintext[6];
    
gettime(horaminutosegundo);
    if(
hora == 0) {htext "00";}
    else if(
hora == 2) { htext "02"; }
    else if(
hora == 3) { htext "03"; }
    else if(
hora == 4) { htext "04"; }
    else if(
hora == 5) { htext "05"; }
    else if(
hora == 6) { htext "06"; }
    else if(
hora == 7) { htext "07"; }
    else if(
hora == 8) { htext "08"; }
    else if(
hora == 9) { htext "09"; }
    else if(
hora == 10) { htext "11"; }
    else if(
hora == 11) { htext "11"; }
    else if(
hora == 12) { htext "12"; }


    if(
minuto == 0) {mintext "00";}
    else if(
minuto == 1) { mintext "01"; }
    else if(
minuto == 2) { mintext "02"; }
    else if(
minuto == 3) { mintext "03"; }
    else if(
minuto == 4) { mintext "04"; }
    else if(
minuto == 5) { mintext "05"; }
    else if(
minuto == 6) { mintext "06"; }
    else if(
minuto == 7) { mintext "07"; }
    else if(
minuto == 8) { mintext "08"; }
    else if(
minuto == 9) { mintext "09"; }
    else if(
minuto == 10) { mintext "11"; }
    else if(
minuto == 11) { mintext "11"; }
    else if(
minuto == 12) { mintext "12"; }
    else if(
minuto == 13) { mintext "13"; }
    else if(
minuto == 14) { mintext "14"; }
    else if(
minuto == 15) { mintext "15"; }
    else if(
minuto == 16) { mintext "16"; }
    else if(
minuto == 17) { mintext "16"; }
    else if(
minuto == 18) { mintext "18"; }
    else if(
minuto == 19) { mintext "19"; }
    else if(
minuto == 20) { mintext "20"; }
    else if(
minuto == 21) { mintext "21"; }
    else if(
minuto == 22) { mintext "22"; }
    else if(
minuto == 23) { mintext "23"; }
    else if(
minuto == 24) { mintext "24"; }
    else if(
minuto == 25) { mintext "25"; }
    else if(
minuto == 26) { mintext "26"; }
    else if(
minuto == 27) { mintext "27"; }
    else if(
minuto == 28) { mintext "28"; }
    else if(
minuto == 29) { mintext "29"; }
    else if(
minuto == 30) { mintext "30"; }
    else if(
minuto == 31) { mintext "31"; }
    else if(
minuto == 32) { mintext "32"; }
    else if(
minuto == 33) { mintext "33"; }
    else if(
minuto == 34) { mintext "34"; }
    else if(
minuto == 35) { mintext "35"; }
    else if(
minuto == 36) { mintext "36"; }
    else if(
minuto == 37) { mintext "37"; }
    else if(
minuto == 38) { mintext "38"; }
    else if(
minuto == 39) { mintext "39"; }
    else if(
minuto == 40) { mintext "40"; }
    else if(
minuto == 41) { mintext "41"; }
    else if(
minuto == 42) { mintext "42"; }
    else if(
minuto == 43) { mintext "43"; }
    else if(
minuto == 44) { mintext "44"; }
    else if(
minuto == 45) { mintext "45"; }
    else if(
minuto == 46) { mintext "46"; }
    else if(
minuto == 47) { mintext "47"; }
    else if(
minuto == 48) { mintext "48"; }
    else if(
minuto == 49) { mintext "49"; }
    else if(
minuto == 50) { mintext "50"; }
    else if(
minuto == 51) { mintext "51"; }
    else if(
minuto == 52) { mintext "52"; }
    else if(
minuto == 53) { mintext "53"; }
    else if(
minuto == 54) { mintext "54"; }
    else if(
minuto == 55) { mintext "55"; }
    else if(
minuto == 56) { mintext "56"; }
    else if(
minuto == 57) { mintext "57"; }
    else if(
minuto == 58) { mintext "58"; }
    else if(
minuto == 59) { mintext "59"; }
    else if(
minuto == 60) { mintext "60"; }

    if(
segundo == 0) {stext "00";}
    else if(
segundo == 1) { stext "01"; }
    else if(
segundo == 2) { stext "02"; }
    else if(
segundo == 3) { stext "03"; }
    else if(
segundo == 4) { stext "04"; }
    else if(
segundo == 5) { stext "05"; }
    else if(
segundo == 6) { stext "06"; }
    else if(
segundo == 7) { stext "07"; }
    else if(
segundo == 8) { stext "08"; }
    else if(
segundo == 9) { stext "09"; }
    else if(
segundo == 10) { stext "11"; }
    else if(
segundo == 11) { stext "11"; }
    else if(
segundo == 12) { stext "12"; }
    else if(
segundo == 13) { stext "13"; }
    else if(
segundo == 14) { stext "14"; }
    else if(
segundo == 15) { stext "15"; }
    else if(
segundo == 16) { stext "16"; }
    else if(
segundo == 17) { stext "16"; }
    else if(
segundo == 18) { stext "18"; }
    else if(
segundo == 19) { stext "19"; }
    else if(
segundo == 20) { stext "20"; }
    else if(
segundo == 21) { stext "21"; }
    else if(
segundo == 22) { stext "22"; }
    else if(
segundo == 23) { stext "23"; }
    else if(
segundo == 24) { stext "24"; }
    else if(
segundo == 25) { stext "25"; }
    else if(
segundo == 26) { stext "26"; }
    else if(
segundo == 27) { stext "27"; }
    else if(
segundo == 28) { stext "28"; }
    else if(
segundo == 29) { stext "29"; }
    else if(
segundo == 30) { stext "30"; }
    else if(
segundo == 31) { stext "31"; }
    else if(
segundo == 32) { stext "32"; }
    else if(
segundo == 33) { stext "33"; }
    else if(
segundo == 34) { stext "34"; }
    else if(
segundo == 35) { stext "35"; }
    else if(
segundo == 36) { stext "36"; }
    else if(
segundo == 37) { stext "37"; }
    else if(
segundo == 38) { stext "38"; }
    else if(
segundo == 39) { stext "39"; }
    else if(
segundo == 40) { stext "40"; }
    else if(
segundo == 41) { stext "41"; }
    else if(
segundo == 42) { stext "42"; }
    else if(
segundo == 43) { stext "43"; }
    else if(
segundo == 44) { stext "44"; }
    else if(
segundo == 45) { stext "45"; }
    else if(
segundo == 46) { stext "46"; }
    else if(
segundo == 47) { stext "47"; }
    else if(
segundo == 48) { stext "48"; }
    else if(
segundo == 49) { stext "49"; }
    else if(
segundo == 50) { stext "50"; }
    else if(
segundo == 51) { stext "51"; }
    else if(
segundo == 52) { stext "52"; }
    else if(
segundo == 53) { stext "53"; }
    else if(
segundo == 54) { stext "54"; }
    else if(
segundo == 55) { stext "55"; }
    else if(
segundo == 56) { stext "56"; }
    else if(
segundo == 57) { stext "57"; }
    else if(
segundo == 58) { stext "58"; }
    else if(
segundo == 59) { stext "59"; }
    else if(
segundo == 60) { stext "60"; }

    new 
setHora[128];
    
format(setHorasizeof(setHora), "hostname » BRASIL MATA-MATA!! RIO DE JANEIRO ™ (%d:%d:%s) «"GlobalHour2,mintext,stext);
    
SendRconCommand(setHora);

    
//SendRconCommand("hostname » BRASIL MATA-MATA!! RIO DE JANEIRO ™ [DM] « ( %d:%d:%s )", GlobalHour2,mintext,stext);


Tenho tido problemas com esse sistema que faz com que o servidor mostre a hora no hostname, uso o mesmo sistema para mostrar as horas dentro do servidor e por um acaso desde quando coloquei para aparecer no hostname está errando a hora por exemplo agora 21:39 está marcando BRASIL MATA-MATA!! RIO DE JANEIRO ™ (0:49:00) « quando não havia usado isso a hora era precisa e agora não, não entendo o porque de não funcionar já que eu só adicionei mais uma função..

Viewing all articles
Browse latest Browse all 18226

Trending Articles



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