
Untitled
By: a guest on
Aug 20th, 2012 | syntax:
None | size: 0.51 KB | hits: 6 | expires: Never
#ifdef QAGAME
//serverside japro roll
#else
if (!Q_stricmpn(cgs.gamename, "japro", 7) || ((!Q_stricmpn(cgs.gamename, "japlus", 7) && cgs.cinfo & 16))
{
//client japro or jp_fixroll 3japro or jp_fixroll 3
}
else if ((!Q_stricmpn(cgs.gamename, "japlus", 7) && cgs.cinfo & 4)
{
//client japlus fixroll 1
}
else if ((!Q_stricmpn(cgs.gamename, "japlus", 7) && cgs.cinfo & 8)
{
//client japlus fixroll 2
}
else
{
//client basejka roll or jp_fixroll 0
}
#endif