Post: .FF viewer errors and menu help
01-16-2011, 07:59 PM #1
!x-MONKEY-BOMB!
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); me and my mate NGU-Panda-v are making our first mod menu but like we are having tonnes of problems :confused: first i can open a blank mod menu but when ever i try to open mossys v9 i get an error. I will try get a picture of the error soon but its jut annoying so we have nothing to base our menu off. Another error we have is making the menu

this is what it was like originally

getAdminMenu(){
menu = spawnStruct();
menu.name = [];
menu.function = [];
menu.input = [];

menu.name[0] = "Admin";
menu.name[1] = "admin option";
menu.name[2] = "admin option";
menu.name[3] = "admin option";
menu.name[4] = "admin option";
menu.name[5] = "admin option";

//menu.function[1] = ::;
//menu.function[2] = ::;
//menu.function[3] = ::;
//menu.function[4] = ::;
//menu.function[5] = ::;

menu.input[1] = "";
menu.input[2] = "";
menu.input[3] = "";
menu.input[4] = "";
menu.input[5] = "";


heres what i added

getAdminMenu(){
menu = spawnStruct();
menu.name = [];
menu.function = [];
menu.input = [];

menu.name[0] = "Admin";
menu.name[1] = "god mode";
menu.name[2] = "admin option";
menu.name[3] = "admin option";
menu.name[4] = "admin option";
menu.name[5] = "admin option";

//menu.function[1] = :doGod()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;

while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}
:;
//menu.function[2] = ::;
//menu.function[3] = ::;
//menu.function[4] = ::;
//menu.function[5] = ::;

menu.input[1] = "";
menu.input[2] = "";
menu.input[3] = "";
menu.input[4] = "";
menu.input[5] = "";


and so i don't know if thats right or not.

I need major help and i will definitely be donating vBux and rep+ to someone who can help us with our patch. Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});
01-16-2011, 08:42 PM #2
xBlueZ
Do a barrel roll!
I dont know if you are trying to edit a PS# patch but if you are convert it to a XBOX patch and then you can open it, later on convert it back to PS3 patch! Smile
01-16-2011, 09:15 PM #3
!x-MONKEY-BOMB!
League Champion
Dude I had just realised that about half an hour ago but thanks anyway. I'm on my iTouch now but I will tomorrow. I realised when I was able to open to xbox patches but no ps3. They should make one for ps3 :L

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo