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