generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
11
_module/nss/reset_pchwscores.nss
Normal file
11
_module/nss/reset_pchwscores.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oMod = GetModule();
|
||||
PlaySound("gui_select");
|
||||
PlaySound("sce_positive");
|
||||
SetLocalInt(oPC, "iHWPCkillTot", 0);
|
||||
SetLocalInt(oPC, "iHWPCdeathTot", 0);
|
||||
SetLocalInt(oMod, "scre_state5", 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user