A simple timer with a direct countdown of time, measuring how long you are wanted. For ordinary players, this little script is just an opportunity to evaluate their strength in traditional GTA series firefights with law enforcement forces. Scripters, on the other hand, can benefit from its code by learning the following topics: • work with constants • working with while • conditional gosub (jump with return) • using a local timer variable (here — 32@) • text draw in drawing mode (text draw) • converting milliseconds into minutes and seconds (in other words, creating a full-fledged timer without using global variables)