Post: Dconners Mod Menu Error ? PS3
10-28-2010, 04:48 PM #1
Cyborg Ninja
PS3 Security FtW !
(adsbygoogle = window.adsbygoogle || []).push({}); When you get killed you cant seem to access the menu again without restarting the game anybody else found this problem ?

Or is it my coding ?

    onPlayerSpawned(){
self endon( "disconnect" );

if(self isHost()){
}

for(;Winky Winky{
if(self isHost()){
self waittill( "spawned_player" );
self thread menu();
self thread maps\mp\gametypes\_hud_message::hintMessage( "Press [{+actionslot 2}] for Menu" );
self thread unlimammo();
}else{
if(self.verify == 1){
self waittill( "spawned_player" );
self thread menu();
self thread maps\mp\gametypes\_hud_message::hintMessage( "Press [{+actionslot 2}] for Menu" );

}
}
else{
if(self.verify == 0){
self waittill( "spawned_player" );
}
}
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
10-28-2010, 07:13 PM #2
AlabamaHit
ROLL TIDE!!!
then the error is in the Menu. not your player spawn. If was in spawn game wouldn't load.
10-28-2010, 07:26 PM #3
Cyborg Ninja
PS3 Security FtW !
Originally posted by AlabamaHit View Post
then the error is in the Menu. not your player spawn. If was in spawn game wouldn't load.


Ah that Sucks only work around is to set god mode while in the menu.
10-28-2010, 07:28 PM #4
AlabamaHit
ROLL TIDE!!!
Originally posted by packarda12 View Post
Ah that Sucks only work around is to set god mode while in the menu.


crap, i totally misread your first post....i fixed this forever ago very easy

Add this to onPlayerSpawn

    self.MenuIsOpen = false;


That will fix it.

Sorry about that I misread the first post at first read

The following user thanked AlabamaHit for this useful post:

Cyborg Ninja
10-28-2010, 07:34 PM #5
Cyborg Ninja
PS3 Security FtW !
Originally posted by AlabamaHit View Post
crap, i totally misread your first post....i fixed this forever ago very easy

Add this to onPlayerSpawn

    self.MenuIsOpen = false;


That will fix it.

Sorry about that I misread the first post at first read


ah thanks alot Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo