7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
int StartingConditional()
|
|
{
|
|
string sID=GetLocalString(GetPCSpeaker(),"sTeamID");
|
|
if (sID!="SPID") return TRUE;
|
|
return FALSE;
|
|
}
|