Post: Help Please!
06-30-2015, 10:24 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); 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
(adsbygoogle = window.adsbygoogle || []).push({});
06-30-2015, 12:08 PM #2
Adrian
Adrian is back!
Originally posted by MaoriiModding View Post
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 Smile
    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
06-30-2015, 11:57 PM #3
Chris
Former Staff
Like the user above stated, you need to initialize the component and also put "using PS3Lib; " at the top where everything else is like that.
07-01-2015, 04:55 AM #4
Originally posted by .Adrian View Post
you will need this under Initialize Component at the top of your tool Smile
    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


Thanks Smile
07-01-2015, 04:56 AM #5
Originally posted by Natsu View Post
Like the user above stated, you need to initialize the component and also put "using PS3Lib; " at the top where everything else is like that.


Thanks for your help. I already have that

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo