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

OP
#5
02-09-2018, 12:15 AM
GarryLT Wrote:
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.
hmm not working :(

Users browsing this thread: 4 Guest(s)