fixed 4wins game counter and prevent players playing against their selves...
[NeonServV5.git] / src / modules / NeonFun.mod / cmd_neonfun.c
index 195749885344a5ee085a35ad02b2edc02860362e..031b7050c0b41959c862406805abff25dbf4aa76 100644 (file)
@@ -52,6 +52,7 @@ static const struct default_language_entry msgtab[] = {
     {"NF_UNO_NAME", "Name"},
     {"NF_UNO_WON_GAMES", "Won Games"},
     {"NF_UNO_TOTAL_WON_GAMES", "Total won Games"},
+    {"NF_UNO_LESS_PLAYERS", "There are not enough players to start the game."},
     
     {"NF_4WINS_NOT_YOUR_TURN", "Wait your turn!"},
     {"NF_4WINS_INVALID_COLUMN", "invalid column!"},
@@ -70,6 +71,7 @@ static const struct default_language_entry msgtab[] = {
     {"NF_4WINS_VIEWING_GAME", "You are now viewing the game."},
     {"NF_4WINS_GAME_CLOSED", "Game aborted."},
     {"NF_4WINS_TIMEOUT", "Game aborted (timeout)."},
+    {"NF_4WINS_SELF", "You may not play against yourself."},
     {NULL, NULL}
 };