Inital SM fixes for l4d2 and linux makefile updates

This commit is contained in:
Fyren
2009-10-30 13:26:13 +13:00
parent 8a8bafb199
commit 9e69afbbd6
16 changed files with 120 additions and 48 deletions
+2
View File
@@ -222,4 +222,6 @@ FormatTimeDuration(String:buffer[], maxlen, time)
{
return Format(buffer, maxlen, "%is", seconds);
}
return Plugin_Handled;
}