version 1.9 | | version 1.10 |
---|
| | |
void draw_client_map2(object *pl); | | void draw_client_map2(object *pl); |
void draw_client_map(object *pl); | | void draw_client_map(object *pl); |
void esrv_map_scroll(NewSocket *ns, int dx, int dy); | | void esrv_map_scroll(NewSocket *ns, int dx, int dy); |
| | void send_plugin_custom_message(object *pl, char *buf); |
/* sounds.c */ | | /* sounds.c */ |
void play_sound_player_only(player *pl, int soundnum, int x, int y); | | void play_sound_player_only(player *pl, int soundnum, int x, int y); |
void play_sound_map(mapstruct *map, int x, int y, int sound_num); | | void play_sound_map(mapstruct *map, int x, int y, int sound_num); |