iChatSendCustomData
Send data to iChat main plugin You can change the maximum number of datas. Deafult is 2 (0, 1). If more or less, it will be 0. An exemble would be: iChatSendCustomData( id, 0, "Custom" ); You can't format, you have to use formatex before.
Syntax
native iChatSendCustomData( iIndex, iTagNum, szData[ ] )
Usage
| iIndex | Index of the player wich the data will be send. |
| iTagNum | Custom tag index. |
Defined in
ichat.inc
at line 20
.
This documentation was automatically generated from source.