oh one native for the hat man teame

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40665
This commit is contained in:
Borja Ferrer
2007-03-29 19:48:54 +00:00
parent daeb5a7dba
commit 708a3a9a5c
4 changed files with 37 additions and 0 deletions
+11
View File
@@ -387,5 +387,16 @@ native bool:PrecacheSound(const String:sound[], bool:preload=false);
*/
native bool:IsSoundPrecached(const String:sound[]);
/**
* Executes a client command on the server without being networked.
*
* @param client Index of the client.
* @param fmt Format of the client command.
* @param ... Format parameters
* @noreturn
* @error Invalid client index, or client not connected.
*/
native FakeClientCommand(client, const String:fmt[], any:...);
#include <helpers>
#include <entity>