GooglyMoogly Posted June 5, 2002 Share Posted June 5, 2002 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 More sharing options...
Subject452 Posted June 5, 2002 Share Posted June 5, 2002 yeah i saw it somewhere, i think it was a timervar, don't have the source right now, ill check it out later. Link to comment Share on other sites More sharing options...
NITEMARE Posted June 5, 2002 Share Posted June 5, 2002 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.