Jump to content

Home

Multiple FFA Duels?


GooglyMoogly

Recommended Posts

I browsed throught the source and couldn't find a whole lot of reference to dueling (there is some).

 

I'm interested in a mod that will allow more than one duel at a time in an FFA game. Has anyone run across the piece of code that limits this to only one pair of players at a time?

Link to comment
Share on other sites

if (G_OtherPlayersDueling())
{
	trap_SendServerCommand( ent-g_entities, va("print \"%s\n\"", G_GetStripEdString("SVINGAME", "CANTDUEL_BUSY")) );
	return;

 

 

thats what i found in the g_cmds.c

dunno how to do it tho. but i'll try cuz its of my interest too. im planing to have a mod where a torunament is beeing processed by multiple duels at once, so no waiting anymore, just join and find someone to duel with. i cant believe that raven didn't think of building a better duel system with special maps for that purpose...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...