Originally posted by JamesSwagger
Ok, so every time i add this into my code i get an error and would like to know why and fix it please.
My original code:
PS3.SetMemory(0x0FCA41E , new byte[] { 0xFF });
it works great ...kinda lol
My new code with errors:
PS3.SetMemory(0x0FCA41E + (client * 0x3980), new byte[] { 0xFF });
So after i add in
(client * 0x3980)
i get an error.
I tried the code without the client stuff and it didn't work out so good so im trying to put it in with different luck and turns out with more errors like always lol. Please help out this time

??????????
"invalid arguments" i guess?? But why lol.