[Ajuda] Comando /horas pega o horбrio do host (?)
#1

Entгo gente, meu ъltimo problema que tenho, entгo..

Esse comando:

PHP Code:
    if(strcmp(cmd"/horas"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
        {
            new 
mtext[20];
            
getdate(yearmonthday);
            if(
month == 1) { mtext "Janeiro"; }
            else if(
month == 2) { mtext "Fevereiro"; }
            else if(
month == 3) { mtext "Marco"; }
            else if(
month == 4) { mtext "Abril"; }
            else if(
month == 5) { mtext "Maio"; }
            else if(
month == 6) { mtext "Junho"; }
            else if(
month == 7) { mtext "Julho"; }
            else if(
month == 8) { mtext "Agosto"; }
            else if(
month == 9) { mtext "Setembro"; }
            else if(
month == 10) { mtext "Outubro"; }
            else if(
month == 11) { mtext "Novembro"; }
            else if(
month == 12) { mtext "Dezembro"; }
            
gettime(hour,minute,second);
            
GetPlayerName(playeridsendernamesizeof(sendername));
            
format(stringsizeof(string), "%s olhou as horas no seu relуgio."PlayerName(playerid));
            
ProxDetector(30.0playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
            
ApplyAnimation(playerid,"COP_AMBIENT","Coplook_watch",4.1,0,0,0,0,0);
            if (
minute 10)
            {
                if (
PlayerInfo[playerid][pJailTime] > 0)
                {
                    
format(stringsizeof(string), "~y~%d %s~n~~g~|~w~%d:0%d~g~|~n~~w~Tempo De Prisao: %d seg"daymtexthourminutePlayerInfo[playerid][pJailTime]);
                }
                 else if (
PlayerInfo[playerid][pTempoHospitalizado] > 0)
                {
                    
format(stringsizeof(string), "~y~%d %s~n~~g~|~w~%d:0%d~g~|~n~~w~Tempo Hospitalizado: %d seg"daymtexthourminutePlayerInfo[playerid][pTempoHospitalizado]);
                }
                else
                {
                    
format(stringsizeof(string), "~y~%d %s~n~~g~|~w~%d:0%d~g~|"daymtexthourminute);
                }
            }
            else
            {
                if (
PlayerInfo[playerid][pJailTime] > 0)
                {
                    
format(stringsizeof(string), "~y~%d %s~n~~g~|~w~%d:%d~g~|~n~~w~Tempo de Prisгo: %d seg"daymtexthourminutePlayerInfo[playerid][pJailTime]);
                }
                 else if (
PlayerInfo[playerid][pTempoHospitalizado] > 0)
                {
                    
format(stringsizeof(string), "~y~%d %s~n~~g~|~w~%d:0%d~g~|~n~~w~Tempo Hospitalizado: %d seg"daymtexthourminutePlayerInfo[playerid][pTempoHospitalizado]);
                }
                else
                {
                    
format(stringsizeof(string), "~y~%d %s~n~~g~|~w~%d:0%d~g~|"daymtexthourminute);
                }
            }
            
GameTextForPlayer(playeridstring50001);
        }
        return 
true;
    } 
Ele pega o horбrio do host, que й americano, ou seja, se agora й 16h42, lб ainda й 13h42, como arrumar isto?

Quero deixar o horбrio brasileiro mesmo. xD
Reply
#2

pawn Code:
format(string, sizeof(string), "~y~%d %s~n~~g~|~w~%d:0%d~g~|~n~~w~Tempo De Prisao: %d seg", day, mtext, hour + 3, minute, PlayerInfo[playerid][pJailTime]);
Reply
#3

Isso aн й o tempo de prisгo, rsrsr..

Mas acho que deu pra entender, seria assim?

Code:
format(string, sizeof(string), "~y~%d %s~n~~g~|~w~%d:0%d~g~|", day, mtext, hour +3, minute);
Reply
#4

Quote:
Originally Posted by duuuwh
View Post
Isso aн й o tempo de prisгo, rsrsr..

Mas acho que deu pra entender, seria assim?

Code:
format(string, sizeof(string), "~y~%d %s~n~~g~|~w~%d:0%d~g~|", day, mtext, hour +3, minute);
Sim.
Reply
#5

Certinho, jб testei e funfou muito bem!

Obrigado Victor!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)