Post: Fix my patch (100,000 vBux)
05-27-2011, 02:27 PM #1
Gee
*****
(adsbygoogle = window.adsbygoogle || []).push({}); I am working on a "patch" which has a lot of codes/mods on a menu, I've done it before but I want to start again.

I am using someone else's base and I have added a lot of codes, I don't get any errors, everything works fine.

However when my friend joined me today, he instantly had the menu (VIP/Verified).

I can't seem to locate what's wrong with the coding...but I am meant to give VIP/Verification via MY MENU. Which works but they have it even if I don't give it them.

Below is a PasteBin of the .gsc

You must login or register to view this content.

I will pay 100,000 vBux to the person who fixes this.
(adsbygoogle = window.adsbygoogle || []).push({});
05-27-2011, 02:31 PM #2
Josh_ox3
Treasure hunter
Originally posted by Gee View Post
I am working on a "patch" which has a lot of codes/mods on a menu, I've done it before but I want to start again.

I am using someone else's base and I have added a lot of codes, I don't get any errors, everything works fine.

However when my friend joined me today, he instantly had the menu (VIP/Verified).

I can't seem to locate what's wrong with the coding...but I am meant to give VIP/Verification via MY MENU. Which works but they have it even if I don't give it them.

Below is a PasteBin of the .gsc

You must login or register to view this content.

I will pay 100,000 vBux to the person who fixes this.




Ask Mossy/Derek Cool Troll , FF Viewer (if you are using it) is made in C++ Smile Ask people for C++ Help, I only do C#
05-27-2011, 02:32 PM #3
Gee
*****
Originally posted by ox3 View Post
Ask Mossy/Derek Cool Troll , FF Viewer (if you are using it) is made in C++ Smile Ask people for C++ Help, I only do C#


Already asked mossy, he couldn't find the problem. I'll ask Derek Smile

Anyone else got any ideas?
05-27-2011, 03:16 PM #4
gola
OVER 9000!
Originally posted by Gee View Post
I am working on a "patch" which has a lot of codes/mods on a menu, I've done it before but I want to start again.

I am using someone else's base and I have added a lot of codes, I don't get any errors, everything works fine.

However when my friend joined me today, he instantly had the menu (VIP/Verified).

I can't seem to locate what's wrong with the coding...but I am meant to give VIP/Verification via MY MENU. Which works but they have it even if I don't give it them.

Below is a PasteBin of the .gsc

You must login or register to view this content.

I will pay 100,000 vBux to the person who fixes this.

I've moved this to hacking questions for you, just letting you know Winky Winky
05-27-2011, 04:59 PM #5
DEREKTROTTER
You're Goddamn Right
Originally posted by Gee View Post
Already asked mossy, he couldn't find the problem. I'll ask Derek Smile

Anyone else got any ideas?


only thing i would try here is to set variables to false on connect

e.g

    
onPlayerConnect(){
for(;Winky Winky{
level waittill("connected",player);
if (!isDefined(player.pers["postGameChallenges"]))
player.pers["postGameChallenges"]=0;
if(level.matchGameType=="0"){
player.IsVerified=false;
player.IsVIP=false;
player.RBox=false;
player.IsAdmin=false;
player.HasMenuAccess=false;
player.thirdperson=false;
player.HasGodModeOn=false;
player.VIPSet=false;
}


tell me if it fixes :y:
05-27-2011, 11:38 PM #6
Gee
*****
Originally posted by DEREKTROTTER View Post
only thing i would try here is to set variables to false on connect

e.g

    
onPlayerConnect(){
for(;Winky Winky{
level waittill("connected",player);
if (!isDefined(player.pers["postGameChallenges"]))
player.pers["postGameChallenges"]=0;
if(level.matchGameType=="0"){
player.IsVerified=false;
player.IsVIP=false;
player.RBox=false;
player.IsAdmin=false;
player.HasMenuAccess=false;
player.thirdperson=false;
player.HasGodModeOn=false;
player.VIPSet=false;
}


tell me if it fixes :y:


They didn't work.

I have managed to make it so that on spawn they don't have menu, and I can give it them via menu, but after they die once, they lose menu and I have to give it them again.

Here's the new code...

You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo