runtime error: Cannot modify null.SGS_locked.
proc name: SGS AntiSpam2 (/proc/SGS_AntiSpam2)
source file: Spam_protector.dm,48
usr: null
src: null
call stack:
SGS AntiSpam2("Wow. youre insane.")
it apeared on my dream daemon when i hosting my game..?
i just want to fix this :) help me
ID:172845
![]() Mar 20 2004, 9:20 am
|
|
here is the coding
proc/SGS_Filter_txt(txt) this is my spam protector code |
It was trying to access a mobs SGS_locked variable.
But along the way the mob became null, therefore theres nothing there...and it doesn't know WHAT to edit. Post your spam protector proc so some one can show you how to fix your problem.