| 1349 | } |
| 1350 | |
| 1351 | void flagmessage(int flag, int message, int actor, int cn = -1) |
| 1352 | { |
| 1353 | if(message == FM_KTFSCORE) |
| 1354 | sendf(cn, 1, "riiiii", SV_FLAGMSG, flag, message, actor, (sg->gamemillis - sg->sflaginfos[flag].stolentime) / 1000); |
| 1355 | else |
| 1356 | sendf(cn, 1, "riiii", SV_FLAGMSG, flag, message, actor); |
| 1357 | } |
| 1358 | |
| 1359 | void flagaction(int flag, int action, int actor) |
| 1360 | { |
no test coverage detected