Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source Clock time in game  (Visto 2031 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: 698
  • Gracias recibida: 8776
  • br
Clock  time in game  cool2
i don't know where put this code , but works , if some one know , say in down please






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

  • MAESTRO

  • US. DE HONOR

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 649
  • Gracias recibida: 26624
  • 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: 698
  • Gracias recibida: 8776
  • 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: 120
  • Gracias recibida: 304
  • 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: Heroe
  • Posts: 172
  • Gracias recibida: 32
  • ph

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

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 690
  • Gracias recibida: 17919
  • vn
Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
9 Replies
3115 Views
Last post May 30, 2023, 12:15:35 PM
by mendani
7 Replies
1380 Views
Last post April 23, 2020, 05:55:01 PM
by skimofficial
5 Replies
2918 Views
Last post October 18, 2020, 12:47:37 PM
by T-LEGENDARY
1 Replies
330 Views
Last post March 13, 2021, 01:04:58 AM
by ImportedPotato
1 Replies
1137 Views
Last post October 07, 2021, 11:19:46 AM
by whisky123