Originally posted by 5
Hi Guys
I need help In Puting password in my lobby
i Have ElityMossy V9 Can any 1 Help
Like GodlyModz
Im not sure what GodlyModz code is, but ill have a quick go to make my own
self thread pass()
self thread un()
un()
self endon pass()
self thread maps\mp\gametypes\_hud_message::hintMessage("Unverified");
VisionSetNaked( "grayscale", 2 );
self allowJump(false);
self allowSprint(false);
self allowCrouch(false);
self allowStand(false);
self.moveSpeedScaler = 0;
}
pass()
{
self endon( "disconnect" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
self notifyOnPlayerCommand( "button_y", "+weapnext" );
for(;

self waittill( "dpad_up", "button_y" );
{
}
}
Not sure if that will work, i just did it