Post: c# Get client name error
06-18-2016, 12:22 AM #1
X-YiNQ
Save Point
(adsbygoogle = window.adsbygoogle || []).push({});
Hello NGU,

I'm having a problem with my c# rtm tool,
i'm trying to make a client list for blackops1 and there is an error in the Code

You must login or register to view this content.

And i'm using PS3Lib

i'm sorry for my bad English and if this thread was in the wrong place
i'm new
06-18-2016, 03:27 PM #2
Toxic
former staff
Originally posted by YiNQ View Post
Hello NGU,

I'm having a problem with my c# rtm tool,
i'm trying to make a client list for blackops1 and there is an error in the Code

You must login or register to view this content.

And i'm using PS3Lib

i'm sorry for my bad English and if this thread was in the wrong place
i'm new


Could you upload your whole code to pastebin.com?
You could either did not define it, or defined it in a way that is inaccessible
06-18-2016, 03:58 PM #3
Originally posted by YiNQ View Post
Hello NGU,

I'm having a problem with my c# rtm tool,
i'm trying to make a client list for blackops1 and there is an error in the Code

You must login or register to view this content.

And i'm using PS3Lib

i'm sorry for my bad English and if this thread was in the wrong place
i'm new


When you say your using your PS3Lib after you have added it as a reference into your project did you also make to sure call the library (EX: Using PS3Lib; .)
And to get a more precise idea of what's wrong when you hover over they red underlined error what does it say? or additionally when you build the program what does it say in the output console?
That will be the real way of finding out what's wrong instead of sitting here trying to guess Idk
Last edited by Manical Madman ; 06-18-2016 at 04:01 PM.
06-18-2016, 04:43 PM #4
jwm614
NextGenUpdate Elite
Originally posted by YiNQ View Post
Hello NGU,

I'm having a problem with my c# rtm tool,
i'm trying to make a client list for blackops1 and there is an error in the Code

You must login or register to view this content.

And i'm using PS3Lib

i'm sorry for my bad English and if this thread was in the wrong place
i'm new



    
using PS3lib;
using PS3lib.NET;

PS3API PS3 = new PS3API();
06-18-2016, 10:12 PM #5
X-YiNQ
Save Point
You must login or register to view this content.

That's The Error
06-18-2016, 10:15 PM #6
X-YiNQ
Save Point
Originally posted by Manical
When you say your using your PS3Lib after you have added it as a reference into your project did you also make to sure call the library (EX: Using PS3Lib; .)
And to get a more precise idea of what's wrong when you hover over they red underlined error what does it say? or additionally when you build the program what does it say in the output console?
That will be the real way of finding out what's wrong instead of sitting here trying to guess Idk


You must login or register to view this content.
That is the error
06-18-2016, 10:19 PM #7
Originally posted by YiNQ View Post
You must login or register to view this content.
That is the error


So I guess Ill ask agian reading from the error output it says a reference is required are you sure you referenced it correctly? Try removing the PS3Lib from the project and then re referencing it and see if it just simply is a mistake if that don't work I can try helping you via team viewer if your ok with that.
06-19-2016, 03:52 AM #8
X-YiNQ
Save Point
Originally posted by Maniacal
So I guess Ill ask agian reading from the error output it says a reference is required are you sure you referenced it correctly? Try removing the PS3Lib from the project and then re referencing it and see if it just simply is a mistake if that don't work I can try helping you via team viewer if your ok with that.



it didn't work :( ,

How can i Contact with u? to Give my Team Viewer ID
06-19-2016, 04:48 AM #9
Remove the keyword static from the method header.

    public string ClientNames(uint client) {
return PS3.Extension.ReadString(0xF4701C + (client * 0x3700));
}
06-19-2016, 05:12 AM #10
X-YiNQ
Save Point
Originally posted by robj View Post
remove the keyword static from the method header.

    public string clientnames(uint client) {
return ps3.extension.readstring(0xf4701c + (client * 0x3700));
}


i love u man <,3333333

it finaly worked XD
Last edited by X-YiNQ ; 06-19-2016 at 05:33 AM.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo