Garry's Mod

can help me with a Error

Submitted by gatgat_tv, , Thread ID: 100638

Thread Closed

RE: can help me with a Error

This post was last modified: 02-09-2018, 12:18 AM by HealthAngel
#4
Try add those semicolons (Wink maybe program code reads as one line [Turn at 88 th line]:
Code:
if pPlayer.m_tblSpeedFlags then
    for k, v in pairs( pPlayer.m_tblSpeedFlags ) do
      newWalk = newWalk +v[1];
      newRun = newRun +v[2];
    end;
  end;
Also sometimes on loop's helps value resets [on 84 th line]

Code:
local newWalk = 0, newRun = GAMEMODE.Config.DefWalkSpeed, GAMEMODE.Config.DefRunSpeed

It is my predictions, better to test it.

Users browsing this thread: 6 Guest(s)