Originally posted by MaoriiModding
I am trying to make a RTM tool in Visual Studio 2013 and this error keeps coming up "The name 'PS3' does not exist in the current context"
I have PS3Lib added as a reference. Why is it doing this?
Please help me Im a noob
you will need this under Initialize Component at the top of your tool
public static PS3API PS3 = new PS3API(SelectAPI.TargetManager);
private CCAPI PS3x = new CCAPI();
then it will work.. i am here message me for any other help