now really updated to use the multi-lingual system
This commit is contained in:
parent
c622e1b6c7
commit
e6dbc065d1
|
@ -76,7 +76,7 @@ getNextMapName(szArg[],iMax) {
|
||||||
public sayNextMap() {
|
public sayNextMap() {
|
||||||
new name[32]
|
new name[32]
|
||||||
getNextMapName(name,31)
|
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[] ) {
|
public delayedChange( param[] ) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user