26-08-2008, 05:22 PM
I only looked briefly, but why are you saving / loading to an .ini client side. Just store it to a variable.
Change
To
Change
Code:
If LCase(Parse(0)) = "setNews"
Code:
If LCase(Parse(0)) = "setnews"