| 236 | int lastspawn = 0; |
| 237 | |
| 238 | void onCallVote(int type, int vcn, char *text, char *a) |
| 239 | { |
| 240 | exechook(HOOK_SP_MP, "onCallVote", "%d %d [%s] [%s]", type, vcn, text, a); |
| 241 | } |
| 242 | |
| 243 | void onChangeVote(int mod, int id) |
| 244 | { |
no test coverage detected