6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
void main()
|
|
{
|
|
object oMod=GetModule();
|
|
SetLocalInt(oMod,"nGSAdvEnabled",TRUE);
|
|
}
|