Post: Mod menu problem
01-26-2011, 06:18 PM #1
DreamKidzVa
OFWGKTADGAFLLBBLSBFBN
(adsbygoogle = window.adsbygoogle || []).push({}); I added the laptop when you open your mod menu and the laptop comes out . Well , everytime i open my mod menu then close out , It takes my camo from the current gun i have . Any one help please ? Much would be appreciated . Ps : On Elitemossy Private patch .
(adsbygoogle = window.adsbygoogle || []).push({});
01-26-2011, 06:21 PM #2
Default Avatar
Gizmo
Guest
Can you post your close and open menu threads ?
Also, wrong sec Winky Winky
01-26-2011, 06:22 PM #3
xZnG
Pokemon Trainer
i Must Fixed it.! .gsc Coding wrong?
01-26-2011, 06:31 PM #4
DreamKidzVa
OFWGKTADGAFLLBBLSBFBN
Originally posted by 95 View Post
Can you post your close and open menu threads ?
Also, wrong sec Winky Winky


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

and in exit menu + sub exit

Code:
self takeWeapon("killstreak_ac130_mp");
self giveweapon(self.OldWeapon);
self switchToWeapon(self.OldWeapon);
01-26-2011, 06:39 PM #5
Default Avatar
Gizmo
Guest
Originally posted by DreamKidzVa View Post
OpenMenu
Code:
self.OldWeapon=self getCurrentWeapon();
self takeWeapon(self.OldWeapon);
self giveweapon("killstreak_ac130_mp");
self switchToWeapon("killstreak_ac130_mp");

and in exit menu + sub exit

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


Try changing it to this ...
    
self giveweapon("killstreak_ac130_mp");
self switchToWeapon("killstreak_ac130_mp");

and in exit menu + sub exit

Code:
self takeWeapon("killstreak_ac130_mp");

You will have to press triangle to get your gun back, but you wont lose your camo...
01-26-2011, 06:47 PM #6
DreamKidzVa
OFWGKTADGAFLLBBLSBFBN
Originally posted by 95 View Post
Try changing it to this ...
    
self giveweapon("killstreak_ac130_mp");
self switchToWeapon("killstreak_ac130_mp");

and in exit menu + sub exit

Code:
self takeWeapon("killstreak_ac130_mp");

You will have to press triangle to get your gun back, but you wont lose your camo...


Now the Laptop doesnt show ...
01-26-2011, 06:52 PM #7
Default Avatar
Gizmo
Guest
Originally posted by DreamKidzVa View Post
Now the Laptop doesnt show ...


Fail, mixed the two different codes up..
Hold on...

    
[B]//On Open[/B]

laptop = "killstreak_ac130_mp";
oldwep = "";
if (self getCurrentWeapon()!=laptop)
{
oldwep= self getCurrentWeapon();
self giveWeapon(laptop, 0, false);
self switchToWeapon(laptop);
}

[B]//On close[/B]

self switchToWeapon(oldwep);
self takeWeapon(laptop);
01-26-2011, 06:56 PM #8
DreamKidzVa
OFWGKTADGAFLLBBLSBFBN
Originally posted by 95 View Post
Fail, mixed the two different codes up..
Hold on...


ALright Upside Down Happy And when you get them can you also help me add more stuff to it ?

---------- Post added at 01:56 PM ---------- Previous post was at 01:54 PM ----------

Originally posted by 95 View Post
Fail, mixed the two different codes up..
Hold on...


OHHH , It only opens when i switch to a different gun and when i dont have a gun in the middle of switching then press it the laptop comes out but only at that time . /: You have different codes for it ?
01-26-2011, 06:58 PM #9
Default Avatar
Gizmo
Guest
Originally posted by DreamKidzVa View Post
ALright Upside Down Happy And when you get them can you also help me add more stuff to it ?

---------- Post added at 01:56 PM ---------- Previous post was at 01:54 PM ----------



OHHH , It only opens when i switch to a different gun and when i dont have a gun in the middle of switching then press it the laptop comes out but only at that time . /: You have different codes for it ?


Yes, check me previous post.
01-26-2011, 07:00 PM #10
DreamKidzVa
OFWGKTADGAFLLBBLSBFBN
Originally posted by 95 View Post
Yes, check me previous post.


Thanks man , And the second one goes in sub to right
??

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo