- Added natives: PrintToChat() and PrintCenterText()

- Bit of reorganization with moving some natives from sourcemod.inc to halflife.inc

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40879
This commit is contained in:
Scott Ehlert
2007-06-01 06:33:54 +00:00
parent 1ab452c897
commit 6c17b9f37b
11 changed files with 322 additions and 212 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ native PrintToServer(const String:format[], any:...);
* @param format Formatting rules.
* @param ... Variable number of format parameters.
* @noreturn
* @error If the client is not connected an error will be thrown.
* @error If the client is not connected an error will be thrown.
*/
native PrintToConsole(client, const String:format[], any:...);