Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source Clock time in game  (Visto 2815 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline T-LEGENDARY Posteado: July 20, 2021, 07:47:52 PM | Modificado: July 30, 2021, 03:19:14 PM by T-LEGENDARY

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 775
  • Gracias recibida: 12490
  • br
Clock  time in game  cool2
i don't know where put this code , but works , if some one know , say in down please





Gracias:


Offline cobyzero #1 Posteado: July 21, 2021, 12:01:33 AM

  • MAESTRO

  • US. DE HONOR

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 634
  • Gracias recibida: 27632
  • pe
stdafx.h

#include <time.h>

CustomNotice.cpp

   char fecha[25];
   time_t current_time;
   current_time = time(NULL);
   ctime(&current_time);
   strcpy(fecha, ctime(&current_time));

   int PosX;
    PosX = 470;

gInterface.DrawFormat(eWhite,  50, 54, 250, 1, "%s", fecha);

y esto esta en los comentarios de mi publicacion de CustomNotice  cool2

Gracias:


Offline T-LEGENDARY #2 Posteado: July 21, 2021, 08:26:16 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 775
  • Gracias recibida: 12490
  • br
stdafx.h

#include <time.h>

CustomNotice.cpp

   char fecha[25];
   time_t current_time;
   current_time = time(NULL);
   ctime(&current_time);
   strcpy(fecha, ctime(&current_time));

   int PosX;
    PosX = 470;

gInterface.DrawFormat(eWhite,  50, 54, 250, 1, "%s", fecha);

y esto esta en los comentarios de mi publicacion de CustomNotice  cool2

if i don't have CustomNotice , have another locate i can put this code ?


Offline comelon666 #3 Posteado: July 21, 2021, 06:32:45 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 123
  • Gracias recibida: 343
  • pe
stdafx.h

#include <time.h>

CustomNotice.cpp

   char fecha[25];
   time_t current_time;
   current_time = time(NULL);
   ctime(&current_time);
   strcpy(fecha, ctime(&current_time));

   int PosX;
    PosX = 470;

gInterface.DrawFormat(eWhite,  50, 54, 250, 1, "%s", fecha);

y esto esta en los comentarios de mi publicacion de CustomNotice  cool2

if i don't have CustomNotice , have another locate i can put this code ?

common

Gracias:


Offline ImportedPotato #4 Posteado: October 12, 2021, 03:49:47 AM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 169
  • Gracias recibida: 41
  • ph
full tutorial please


Offline onlinezajzaj #5 Posteado: October 12, 2021, 05:09:21 AM

  • MAESTRO

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 663
  • Gracias recibida: 19917
  • vn

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
9 Replies
5374 Views
Last post May 30, 2023, 12:15:35 PM
by mendani
7 Replies
2721 Views
Last post April 23, 2020, 05:55:01 PM
by skimofficial
3 Replies
4189 Views
Last post October 18, 2020, 12:47:37 PM
by T-LEGENDARY
1 Replies
634 Views
Last post March 13, 2021, 01:04:58 AM
by ImportedPotato
1 Replies
1626 Views
Last post October 07, 2021, 11:19:46 AM
by whisky123