Hi there
ich wollte mir eine kleine Stopuhr in meinen Racing Server einbauen nur irgendwie bekomm ich das nicht hin könnt ihr mir helfen???
hier sind schon mal n paar ansätze von mir:
public OnPlayerEnterRaceCheckpoint(playerid)
{
new abc = SetTimerEx("Textdraw",6000,0,"d",playerid); //the timer
url = TextDrawCreate(600,400,"abc");
TextDrawFont(url, 1);
TextDrawTextSize(url, 0.4,1.3);
TextDrawColor(url, COLOR_RED);
return 1;
}