Ich hab KA davon hab nen Script benutzt hier aus dem Forum Copy & Paste *grinz* und halt bissl angepasst Ich bin nur Mapper :[:D
Beiträge von Deathking
-
-
"
public clock()
{
new Text:Clock;
new hour,minute;
new string[10];
gettime(hour,minute);
format(string, sizeof string, "%02d:%02d", hour, minute);
Clock = TextDrawCreate(547.0, 29.0, string); // Koordinaten von Uhr
TextDrawLetterSize(Clock, 0.6, 1.9);
TextDrawColor(Clock, 0xD0332FFF);
TextDrawFont(Clock, 3); // Uhrenschrift
TextDrawSetOutline(Clock, 2);
TextDrawShowForAll(Clock);
SetTimer("clock",1000,true);
TextDrawHideForAll(Clock);
//SetTimer("aktualisieren",100,true);
return 1;
}
/*
public aktualisieren()
{
TextDrawHideForAll(Clock);
TextDrawShowForAll(Clock);
}*/
" -
Heyho leute!
Ich hätte zwei Fragen undzwar, ob es möglich sei
Diesen "UhrenBug" ( die UhrZeit wird iwie immer doppelt angezeigt ?! ) -> http://www.imagebanana.com/view/3kml2bgq/ClockTime.png
Und ob man diese Spawn Auswahl entfernen kann beim Login Screen -> http://www.imagebanana.com/view/02hbx0gs/Spawn.png
Und falls ja, wieVielen lieben Dank an euch!