Post: help c# see pics
10-03-2015, 04:08 AM #1
tryandguardme
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); You must login or register to view this content. only 3 errors need help
(adsbygoogle = window.adsbygoogle || []).push({});
10-03-2015, 04:23 AM #2
Trefad
I defeated!
Maybe if you hover your mouse over the errors and tell us what they say, it would be easier.
10-03-2015, 04:55 AM #3
Default Avatar
Remy
Guest
Originally posted by tryandguardme View Post
You must login or register to view this content. only 3 errors need help


I dont think you defined PS3, do so.
And as for void endgame try adding public static in front of it.
10-03-2015, 08:34 AM #4
Mango_Knife
In my man cave
Originally posted by tryandguardme View Post
You must login or register to view this content. only 3 errors need help


Just a guess
In the G_Entity you returning long value and not uint
Cast everything to uint and not only the Client
    (uint)(0x16b9f20 + (0x31c * Client) + Mod);


Next "PS3 not defined"
As it's say it's not defined
Define it by making a new instance of the PS3API Class
    PS3API PS3 = new PS3API();


And the endgame() error i believe it's because the class you put it inside is static class
And static class cannot have instances members.
So just do
    public static void endgame()

The following user thanked Mango_Knife for this useful post:

tryandguardme
10-23-2015, 04:21 AM #5
Originally posted by tryandguardme View Post
You must login or register to view this content. only 3 errors need help


Originally posted by Knife View Post
Just a guess
In the G_Entity you returning long value and not uint
Cast everything to uint and not only the Client
    (uint)(0x16b9f20 + (0x31c * Client) + Mod);


Next "PS3 not defined"
As it's say it's not defined
Define it by making a new instance of the PS3API Class
    PS3API PS3 = new PS3API();


And the endgame() error i believe it's because the class you put it inside is static class
And static class cannot have instances members.
So just do
    public static void endgame()


Question checked rekt and shrekt, thread closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo