Jump to content
  • 0

pomoc CAS


DeS0lat3r

Dotaz

Caute mam mod MT2 a ked hram v hre tak mi dole nabehne vlastne taky TEXTDRAW a nanom je cas 10 : 26 ale teraz je predsa 12 : 35 ako to zmenim aby tam bol normalny cas alebo ako to zmazem ? ?HELP HELP plssss "help" "help" "help" "help" "help" "help"

Link to comment
Share on other sites

12 odpovědí na tuto otázku

Recommended Posts

  • 0

 

//----------------------------------|

public Hodiny()

{

//---------------------------------------|

TestPrint("public Hodiny()");

//---------------------------------------|

 

ServerCFG[serv_Time]++;

ServerCFG[s_UpTime]++;

 

new hodina,minuta,s,string[10];

gettime(hodina,minuta,s);

 

if(minuta < 10) format(string,10,"%d:0%d",hodina,minuta);

else format(string,10,"%d:%d",hodina,minuta);

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...