PrintToChat(client,"Options: Description,Details,CommFreezeTime,RefineryMultiplier,PlayerRefineryMultiplier Baseswap(1/0). eg /scenariovar description \"This is My Description\"");
PrintToChat(client,"Options: Description,Details,CommFreezeTime,RefineryMultiplier,PlayerRefineryMultiplier CanBaseSwap(yes/no/-1(default)). eg /scenariovar description \"This is My Description\"");
return Plugin_Handled;
}
if(StrEqual(arg1,"Description",false))
...
...
@@ -3635,10 +3638,10 @@ public Action Command_Scenario_Var(int client, int args)