Post: BO2 GSC Mod Menu when i give a player Co-Host , Admin or VIP he dies?
04-01-2015, 03:35 PM #1
StrikeModz
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); BO2 GSC Mod Menu when i give a player Co-Host , Admin or VIP he dies why he die? pls Help!?!?
(adsbygoogle = window.adsbygoogle || []).push({});
05-01-2015, 08:24 PM #11
So basically
replace
player suicide(); with
player thread Menuinit();

The following 3 users say thank you to Freezy :D for this useful post:

insanebeastbr, ModyHacker, StrikeModz
05-10-2015, 01:13 PM #12
Vondy Supreme
< ^ > < ^ >
Originally posted by Freezy
So basically
replace
player suicide(); with
player thread Menuinit();


U didn't even give me credit, it's obvious you took that from my thread Facepalm
05-10-2015, 03:46 PM #13
-Numb
You talkin to me?
Originally posted by StrikeModz View Post
When i remove player suicide(); then the player dosent die but they dont have the mod menu


What you need to do is replace "Player Sucide();" with the following 3 lines:

player thread onplayerspawned();
wait 0.1;
player notify ("spawned_player");

Then the player will instant have the menu without him get killed! No problem.
05-10-2015, 05:20 PM #14
Vondy Supreme
< ^ > < ^ >
Originally posted by Modz View Post
What you need to do is replace "Player Sucide();" with the following 3 lines:

player thread onplayerspawned();
wait 0.1;
player notify ("spawned_player");

Then the player will instant have the menu without him get killed! No problem.


That won't work unless you add player thread MenuInit();
05-13-2015, 03:33 PM #15
Originally posted by EliteGamer01031 View Post
U didn't even give me credit, it's obvious you took that from my thread Facepalm


so obvious that i wrote it out and found it out myself?Sal
05-13-2015, 03:50 PM #16
Originally posted by EliteGamer01031 View Post
That won't work unless you add player thread MenuInit();


isnt menuinit threaded through onplayerspawned? so yeah it will work...
05-14-2015, 12:21 AM #17
Vondy Supreme
< ^ > < ^ >
Originally posted by Freezy
so obvious that i wrote it out and found it out myself?Sal


doubt it
05-14-2015, 07:03 AM #18
Originally posted by EliteGamer01031 View Post
doubt it


Do you know me? No, so dont doubt. You have no idea what i can do

The following user thanked Freezy :D for this useful post:

MrMoan
02-03-2016, 05:18 PM #19
updatePlayersMenu()
{
self.menu.menucount["PlayersMenu"] = 0;
for (i = 0; i < 12; i++)
{
player = level.players;
playerName = getPlayerName(player);

playersizefixed = level.players.size - 1;
if(self.menu.curs["PlayersMenu"] > playersizefixed)
{
self.menu.scrollerpos["PlayersMenu"] = playersizefixed;
self.menu.curs["PlayersMenu"] = playersizefixed;
}

self add_option("PlayersMenu", "[" + verificationToColor(player.status) + "^7] " + playerName, ::submenu, "pOpt " + i, "[" + verificationToColor(player.status) + "^7] " + playerName);

self add_menu_alt("pOpt " + i, "PlayersMenu");
self add_option("pOpt " + i, "Give Co-Host", ::changeVerificationMenu, player, "Co-Host");
self add_option("pOpt " + i, "Give Admin", ::changeVerificationMenu, player, "Admin");
self add_option("pOpt " + i, "Give VIP", ::changeVerificationMenu, player, "VIP");
self add_option("pOpt " + i, "Verify", ::changeVerificationMenu, player, "Verified");
self add_option("pOpt " + i, "Unverify", ::changeVerificationMenu, player, "Unverified");
}
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo