2025/08/24 Update
Updated for PRC8 updates.
This commit is contained in:
@@ -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() {}
|
||||
Reference in New Issue
Block a user