Quote:
Originally Posted by Jakov_the_Jakovasaur
hello!
if you are receiving this error in remote control then it appears '//#CLIENTSIDE' (no white spaces before or afterwards) is not being set properly, as only serverside functions should be producing such a message
if you add echo("test" SPC player.account); within onCreated, press F2, go to 'scripts', and you see your account name, then you will know it is occurring clientside as it should be, if you just see "test " within remote control chat then it is definitely occurring serverside
|
i guess that may have been something i overlooked when i copied/pasted my code into another weapon, however simple as it may have been, thanks for the help everyone