added autohud

format fixes
This commit is contained in:
Borja Ferrer
2005-12-02 23:34:11 +00:00
parent 507a901a9e
commit 186728053a
6 changed files with 74 additions and 74 deletions

View File

@ -236,7 +236,7 @@ public sayNextMapTimeLeft(){
new a = get_timeleft()
format(szText, 127, "%s Time Left: %d:%02d", szText, (a / 60) , (a % 60) )
}
client_print(0, print_chat, szText)
client_print(0, print_chat, "%s", szText)
}
public changeMap(szMapName[])