We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dec4df commit 091ee6cCopy full SHA for 091ee6c
addons/sourcemod/scripting/tfco_donations.sp
@@ -97,8 +97,7 @@ public void OnMapStart()
97
98
AddFileToDownloadsTable("sound/" ... CROAKER_SOUND);
99
100
- SetVariantString(DONATION_SCRIPT_FILE);
101
- AcceptEntityInput(0, "RunScriptFile");
+ ServerCommand("script_execute %s", DONATION_SCRIPT_FILE);
102
}
103
104
public void OnConfigsExecuted()
0 commit comments