Post: V9 edit help
09-30-2011, 08:58 PM #1
Mr__Shalemari
Vault dweller
(adsbygoogle = window.adsbygoogle || []).push({}); Patch help. editing the v9:
how do I:
get a lap top opening the menu,
tree patch button style, where it says press dpad up to open menu
create a separate menu for a kick/verify menu
(adsbygoogle = window.adsbygoogle || []).push({});
09-30-2011, 09:12 PM #2
~SpongeBob
[move]Winning.[/move]
can you organize that a bit?
and what v9?
09-30-2011, 09:13 PM #3
Rea
Banned
Originally posted by Shalemari View Post
Patch help. editing the v9:
how do I:
get a lap top onpening it, i know how to do it on the v1
tree patch button style, where it says press dpad up to open menu
create a separate menu for a kick/verify menu


To get a laptop to open it, all you do is double click the .FF viewer.
Then put the .FF file ( patch_mp.ff ) in the viewer. If it's only compatible with xbox patches, then simply convert it to xbox Smile
09-30-2011, 09:30 PM #4
Mr__Shalemari
Vault dweller
Originally posted by Rea View Post
To get a laptop to open it, all you do is double click the .FF viewer.
Then put the .FF file ( patch_mp.ff ) in the viewer. If it's only compatible with xbox patches, then simply convert it to xbox Smile
i know how to convert it and open it. i already started to edit it it, read my question right.
09-30-2011, 09:38 PM #5
Rea
Banned
Originally posted by Shalemari View Post
i know how to convert it and open it. i already started to edit it it, read my question right.


Lol, I thought you meant an actual laptop in real-life xD Next time explain your answer better... I'm pretty sure that the ac130 ( laptop ) code doesn't work on 1.12 patches... But I would have to see the code again, I don't know it by heart.
09-30-2011, 10:01 PM #6
Mr__Shalemari
Vault dweller
Originally posted by Rea View Post
Lol, I thought you meant an actual laptop in real-life xD Next time explain your answer better... I'm pretty sure that the ac130 ( laptop ) code doesn't work on 1.12 patches... But I would have to see the code again, I don't know it by heart.
no its 1.11, mossy v9

The following user groaned Mr__Shalemari for this awful post:

Rea
09-30-2011, 10:45 PM #7
Rea
Banned
Originally posted by Shalemari View Post
no its 1.11, mossy v9


Jesus, your thread is so vague. That's very easy to do.

The following 2 users groaned at Rea for this awful post:

ImTrippinHoes, Mr__Shalemari
09-30-2011, 11:05 PM #8
booyaka
Big Daddy
Originally posted by Rea View Post
Jesus, your thread is so vague. That's very easy to do.
oh and what is the ac130 laptop code I need to know.
10-01-2011, 01:10 AM #9
Originally posted by Shalemari View Post
Patch help. editing the v9:
how do I:
get a lap top opening the menu,
tree patch button style, where it says press dpad up to open menu
create a separate menu for a kick/verify menu



    OPEN A LAPTOP:

add this to ur open_menu(){

    self.OldWeapon=self getCurrentWeapon();
self takeWeapon(self.OldWeapon);
self giveweapon("killstreak_ac130_mp");
self switchToWeapon("killstreak_ac130_mp");


add this to ur close_menu(){

    self takeWeapon("killstreak_ac130_mp");
self giveweapon(self.OldWeapon);
self switchToWeapon(self.OldWeapon);



    BUTTONS ON SCREEN:


put on OnplayerSpawned something like this:

    Buttons()
{
self endon ( "disconnect" );
Butt = self createFontString( "default", 1.8 ); //U can Change the Font and Size of the text
Butt setPoint( "TOPLEFT", "TOPLEFT", 0, 140); //U can Change the position of the text
Butt setText("^3Press [{+actionslot 1}] ^2to open the Menu"); //U can Change the Text
self thread DoD(Butt);
}


    DoD(Butt)
{
self waittill("death");
Butt Destroy();
}
10-03-2011, 09:08 PM #10
You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo