- moved more translation phrases around

- converted more code to ProcessTargetString()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401631
This commit is contained in:
David Anderson
2007-10-22 00:49:44 +00:00
parent 53156446d4
commit ef6da943d6
18 changed files with 148 additions and 112 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ public Action:Command_Burn(client, args)
client,
target_list,
MAXPLAYERS,
COMMAND_FILTER_NO_BOTS,
COMMAND_FILTER_ALIVE,
target_name,
sizeof(target_name),
tn_is_ml)) <= 0)
+1 -1
View File
@@ -155,7 +155,7 @@ public Action:Command_Slap(client, args)
client,
target_list,
MAXPLAYERS,
COMMAND_FILTER_NO_BOTS,
COMMAND_FILTER_ALIVE,
target_name,
sizeof(target_name),
tn_is_ml)) <= 0)
+1 -1
View File
@@ -100,7 +100,7 @@ public Action:Command_Slay(client, args)
client,
target_list,
MAXPLAYERS,
COMMAND_FILTER_NO_BOTS,
COMMAND_FILTER_ALIVE,
target_name,
sizeof(target_name),
tn_is_ml)) <= 0)