Skip to content

Commit

Permalink
update minor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Jan 1, 2025
1 parent da81b4e commit 2cff6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ability_free_engineer_zonical_ability.sp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public Plugin:myinfo =
version = PLUGIN_VERSION,
url = "www.sourcemod.com"
}
bool b_Hooked[MAXPLAYERS + 1] = false;
bool b_Hooked[MAXPLAYERS + 1] = {false,...};

public void OnClientPutInServer(int client)
{
Expand Down
2 changes: 1 addition & 1 deletion mm_remote_sentry_movement.sp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public OnPluginStart()
cvarInstant = CreateConVar("sm_remote_instant", "0", "Set true to build buildings instantly (from the remote menu).");
cvarAlways = CreateConVar("sm_remote_always_builds", "0", "Set true allow remote to always build new objects (within limits).");
cvarFactor = CreateConVar("sm_remote_factor", "1 1 1", "Object Speed Factor: Specify either 1 factor (multiplied by (4 - upgrade level) or 3 values (one per upgrade level) separated with spaces");
cvarSpeed = CreateConVar("sm_remote_speed", "300.0", "Speed at which remote objects move.");
cvarSpeed = CreateConVar("sm_remote_speed", "800.0", "Speed at which remote objects move.");
cvarJump = CreateConVar("sm_remote_jump", "2000.0", "Speed at which remote objects jump.");
cvarFall = CreateConVar("sm_remote_fall", "50.0", "Speed at which remote objects fall.");
cvarObjectsTxt = CreateConVar("sm_build_objects_txt", "0", "Set true if objects.txt has been modified to allow multiple buildings.");
Expand Down

0 comments on commit 2cff6d7

Please sign in to comment.