Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

18 lines
506 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_026
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 29/01/2005 11:49:27 PM
//:://////////////////////////////////////////////
#include "spawner"
void main()
{
// Set the variables
object oPC = GetPCSpeaker();
SetLocalInt(GetModule(), "score_switch", 1);
PlaySound("gui_select");
Sound(0.3, "sce_positive", oPC);
}