6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalInt(oPC, "team_bet", 2);
|
|
}
|