C:\Dokumente und Einstellungen\Dani\Desktop\Ordner\GU\Server\sa-mp\cw\filterscripts\timertest.pwn(12) : warning 213: tag mismatch C:\Dokumente und Einstellungen\Dani\Desktop\Ordner\GU\Server\sa-mp\cw\filterscripts\timertest.pwn(13) : warning 213: tag mismatch C:\Dokumente und Einstellungen\Dani\Desktop\Ordner\GU\Server\sa-mp\cw\filterscripts\timertest.pwn(14) : warning 213: tag mismatch C:\Dokumente und Einstellungen\Dani\Desktop\Ordner\GU\Server\sa-mp\cw\filterscripts\timertest.pwn(15) : warning 213: tag mismatch C:\Dokumente und Einstellungen\Dani\Desktop\Ordner\GU\Server\sa-mp\cw\filterscripts\timertest.pwn(16) : warning 213: tag mismatch C:\Dokumente und Einstellungen\Dani\Desktop\Ordner\GU\Server\sa-mp\cw\filterscripts\timertest.pwn(17) : warning 213: tag mismatch C:\Dokumente und Einstellungen\Dani\Desktop\Ordner\GU\Server\sa-mp\cw\filterscripts\timertest.pwn(18) : warning 213: tag mismatch
TimerCD = TextDrawCreate(548.000000, 24.000000, "~w~00~r~:~w~00"); TextDrawBackgroundColor(TimerCD, 255); TextDrawFont(TimerCD, 3); TextDrawLetterSize(TimerCD, 0.559999, 1.800000); TextDrawColor(TimerCD, -1); TextDrawSetOutline(TimerCD, 1); TextDrawSetProportional(TimerCD, 0);
new Text:TimerCD;
TimerCD = TextDrawCreate(548.000000, 24.000000, "00:00"); TextDrawBackgroundColor(TimerCD, 255); TextDrawFont(TimerCD, 3); TextDrawLetterSize(TimerCD, 0.559999, 1.800000); TextDrawColor(TimerCD, -1); TextDrawSetOutline(TimerCD, 1); TextDrawSetProportional(TimerCD, 0);
| 
					Originally Posted by DJDhan  Try this Код: TimerCD = TextDrawCreate(548.000000, 24.000000, "00:00"); TextDrawBackgroundColor(TimerCD, 255); TextDrawFont(TimerCD, 3); TextDrawLetterSize(TimerCD, 0.559999, 1.800000); TextDrawColor(TimerCD, -1); TextDrawSetOutline(TimerCD, 1); TextDrawSetProportional(TimerCD, 0); |