version 1.30 | | version 1.31 |
---|
| | |
/* | | /* |
* static char *rcsid_init_c = | | * static char *rcsid_init_c = |
* "$Id: request.c,v 1.30 2001/12/04 03:49:18 michtoen Exp $"; | | * "$Id: request.c,v 1.31 2001/12/16 03:31:03 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
void send_plugin_custom_message(object *pl, char *buf) | | void send_plugin_custom_message(object *pl, char *buf) |
{ | | { |
cs_write_string(&pl->contr->socket,buf,strlen(buf)); | | cs_write_string(&pl->contr->socket,buf,strlen(buf)); |
}; | | } |
| | |
/* sends a mapstats cmd to the players client, after the player had entered the map. | | /* sends a mapstats cmd to the players client, after the player had entered the map. |
* Cmd sends map width / map height + mapinfo string. | | * Cmd sends map width / map height + mapinfo string. |