2025/08/24 Update

Updated for PRC8 updates.
This commit is contained in:
Jaysyn904
2025-08-24 22:48:26 -04:00
parent 6e366c0d9c
commit fede1fcc3d
313 changed files with 67 additions and 11 deletions

View File

@@ -1,6 +1,8 @@
// good = 1, evil = 2
#include "inc_rules"
#include "coc_include"
void AddPlayerToTeam( int nTeam, object oPlayer )
/* void AddPlayerToTeam( int nTeam, object oPlayer )
{
// int nNumPlayers, nCount;
// string sAreaTag;
@@ -49,8 +51,10 @@ void AddPlayerToTeam( int nTeam, object oPlayer )
oPC = GetNextPC();
}
}
int GetPlayerTeam( object oPlayer )
*/
/* int GetPlayerTeam( object oPlayer )
{
return GetLocalInt(oPlayer,"m_nTeam");
}
} */
void main() {}