7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetPCSpeaker(),"PCHardcore",1);
|
||
|
SetLocalInt(GetPCSpeaker(),"PCHardCorePNP",0);
|
||
|
SetLocalInt(GetPCSpeaker(),"PCHardCoreSpecial",0);
|
||
|
}
|