Jump to content
  • 0

Question

6 answers to this question

Recommended Posts

  • 0
Posted

Nu trebuie sa stii prea multa mate sa iti dai seama ca ceva mai mic de 60 impartit la 60 da 0 virgula ceva. 

La formatul cu secundele , sterge acel impartit la 60 (restarttime/60 , format nu if)

  • 0
Posted
11 hours ago, Banditul said:

Nu trebuie sa stii prea multa mate sa iti dai seama ca ceva mai mic de 60 impartit la 60 da 0 virgula ceva. 

La formatul cu secundele , sterge acel impartit la 60 (restarttime/60 , format nu if)

Crede-ma m-am gandit la asta , dar daca in acel video a mers atunci?...

Am modificat asa:

else if (RestartTime/60 == 0) format(string, sizeof(string), "Restart-ul se va da peste ~y~%d secunde ~w~~n~ Motiv: %s", RestartReason);

si acum imi da : 116 secunde daca dau Restart la un minut! 

Screenshot (4).png

  • 0
Posted
else if (RestartTime/60 == 0) format(string, sizeof(string), "Restart-ul se va da peste ~y~%d secunde ~w~~n~ Motiv: %s", RestartTime/60, RestartReason);

In tutorial aceasta linie el a modificat-o asa:

else if (RestartTime/60 == 0) format(string, sizeof(string), "Restart-ul se va da peste ~y~%d secunde ~w~~n~ Motiv: %s", RestartTime, RestartReason);

 

  • Upvote 1
  • 0
Posted
24 minutes ago, Banditul said:

else if (RestartTime/60 == 0) format(string, sizeof(string), "Restart-ul se va da peste ~y~%d secunde ~w~~n~ Motiv: %s", RestartTime/60, RestartReason);

In tutorial aceasta linie el a modificat-o asa:


else if (RestartTime/60 == 0) format(string, sizeof(string), "Restart-ul se va da peste ~y~%d secunde ~w~~n~ Motiv: %s", RestartTime, RestartReason);

Da Adevarat , am fost neatent, multumesc mult pentru ajutor! 

 

 

  • 0
Posted (edited)

Cum ai CheckTimer apelat?

Edited by Gireada

 

1859311972_BANNER-GIREADAcopy-min.thumb.png.48e5e420ae2185dce5b244965a1d2601.png

 

  • 0
Posted

 

4 hours ago, Gireada said:

Cum ai CheckTimer apelat?

Sincer nu vad sa fie apelat undeva, dar am rezolvat acum imi arata corect secundele! Mersi!

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.