Post: Need help with editing a GSC menu base
07-24-2016, 10:42 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); So basically I am using StonedYoda's menu base and I've edited the welcome message and title and all of that but I need help because after I entered the scripts for God Mode and Unlimited Ammo the game loads up I open the menu but when I press square to select one of the tabs connection error comes up then my PS3 freezes anyone know what's wrong?
(adsbygoogle = window.adsbygoogle || []).push({});
07-25-2016, 09:12 PM #2
seanhellen
Are you high?
By connection error, im assuming you mean the little plug icon that moves.
If so that is usually when an infinite for loop in a function hasnt got a wait after the code...eg it looks like;

    
For( ; ; )
{
Code for stuff
}


When it should be
    
For( ; ; )
{
Code for stuff
Wait 0.5;
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo