native console_print(id, const message[], any:...);
index | Client index, or 0 to print to the server console |
message | Formatting rules |
... | Variable number of formatting parameters |
Sends a message to the console of a client or the server.
Number of printed characters
If a single client is specified and the index is not within the range of 1 to MaxClients, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.