I tryed to make the server work so when two guilds are in war-mode and they kill a player from another team
they dont get frags on !frags. Because this frags are counted as a unjust.
Anyone have clue how to fix this?
A friend told me its somewhere in player.cpp
I have tryed a few thing, now it doesnt give frags anymore. But it also doesnt add score. And it gave this error:
they dont get frags on !frags. Because this frags are counted as a unjust.
Anyone have clue how to fix this?
A friend told me its somewhere in player.cpp
I have tryed a few thing, now it doesnt give frags anymore. But it also doesnt add score. And it gave this error:
PHP:
[1:52:06.521] mysql_real_query(): INSERT INTO `guild_kills` (`guild_id`, `war_id`, `death_id`) VALUES (0, 0, 13); - MYSQL ERROR: Cannot add or update a child row: a foreign key constraint fails (`zerena`.`guild_kills`, CONSTRAINT `guild_kills_ibfk_1` FOREIGN KEY (`war_id`) REFERENCES `guild_wars` (`id`) ON DELETE CASCADE) (1452)