He posted code change. But, yeah, rather than 'bump', he should have posted a question or statement.
He's not paying attention/learning to read what Gmod errors are telling him.
Gmod would give him 3 errors off the bat.
One about table not expected, one about null variable, one about end of line/function.
1) He's using ULX
'playerSArg...which passes a table of players (even if table only has one player), not a
single player .
2) He's not defining the variable for what Player is tied to in the print message.
3) He's also got two "end"s in the function that would only need one at this point.