Jump to content
  • 0

Question

Posted

Vreau si eu sa scot data de acolo si nustiu cum sa fac am cautat in gm dar nu iam dat de cap ma ajutati?

poza: http://imageshack.us/photo/my-images/210/samp008dh.png/

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

4 answers to this question

Recommended Posts

Posted

Trebuie sa verifici toate textdraw-urile,cauta getdate(Year, Month, Day);

Si vezi care e pusa la un textdraw..

Are cumva o legatura cu /time?

Si am gasit ceva de genu:

public settime(playerid)
{
        new string[256],year,month,day,hours,minutes,seconds;
        getdate(year, month, day), gettime(hours, minutes, seconds);
        format(string, sizeof string, "%d/%s%d/%s%d", day, ((month < 10) ? ("0") : ("")), month, (year < 10) ? ("0") : (""), year);
        TextDrawSetString(Date, string);
        format(string, sizeof string, "%s%d:%s%d:%s%d", (hours < 10) ? ("0") : (""), hours, (minutes < 10) ? ("0") : (""), minutes, (seconds < 10) ? ("0") : (""), seconds);
        TextDrawSetString(Times, string);
}

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

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.