now really updated to use the multi-lingual system

This commit is contained in:
Felix Geyer 2004-08-18 15:50:12 +00:00
parent c622e1b6c7
commit e6dbc065d1

View File

@ -76,7 +76,7 @@ getNextMapName(szArg[],iMax) {
public sayNextMap() {
new name[32]
getNextMapName(name,31)
client_print(0,print_chat,"Next Map: %s",name)
client_print(0,print_chat,"%L %s",LANG_PLAYER,"NEXT_MAP",name)
}
public delayedChange( param[] ) {