Quote:
Originally Posted by ConnorMcLeod
Would be preferable to use get_players.
|
PHP Code:
if(iTnum == 1)
{
ShowSyncHudMsg(0, g_SyncTeamCount, "Alive hiders: Only one!! || Alive seekers: %d", iCTnum)
}
else if(iTnum == 1 || iCTnum == 1)
{
ShowSyncHudMsg(0, g_SyncTeamCount, "[ 1 vs 1 ]")
}
else
{
ShowSyncHudMsg(0, g_SyncTeamCount, "Alive hiders: %d || Alive seekers: %d", iTnum, iCTnum)
}
how to code 1 vs 1
__________________