Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release Kick Menu
#1
Can someone pls fix my kick menu

Code:
doKick() {
        self endon("disconnect");
        disp = self createFontString( "default", 1 );
        disp setPoint( "TOPLEFT" );
        cur = 0;
        for(;;) {
                while ( self getStance() == "prone" ) {
                        disp setText( level.players[cur].name + "   | Press [{+frag}] to switch, [{+melee}] to Kick" );
                        if ( self FragButtonPressed() ) cur++;
                        if ( cur > level.players.size-1 ) cur = 0;
                        if ( self meleebuttonPressed() ) kick( level.players[cur] getEntityNumber() );
                        if ( self FragButtonPressed() || self UsebuttonPressed() ) wait 0.2;
                        wait 0.05;
                }
                disp setText("^1Go Prone to use kick system");
                wait 0.05;
        }
}
Reply

#2
There is no getStance()
[Image: azuw.jpg]
Reply

#3
(01-07-2011, 18:19)zxz0O0 Wrote: There is no getStance()

No There is!
Reply

#4
Wrong section
[Image: wyipjqo9qon7rc2v1lo.jpg]
Reply

#5
Fix what.. o'wait I know, since you asked to fix something that we don't know what to fix (syntax/unkown function/or just not working) I'll ask the same question:

Code:
self iPrintLnBold("FAAAAK");
but pls not work as i wont 2 itz 2 work pls h3lp
[Image: 1fxsnb.jpg]
Reply

#6
(01-07-2011, 18:19)zxz0O0 Wrote: There is no getStance()
There are
[Image: wyipjqo9qon7rc2v1lo.jpg]
Reply

#7
(01-08-2011, 08:41)alistair3149 Wrote:
(01-07-2011, 18:19)zxz0O0 Wrote: There is no getStance()
There are
but is there setStance()?
[Image: azuw.jpg]
Reply

#8
(01-08-2011, 10:19)zxz0O0 Wrote:
(01-08-2011, 08:41)alistair3149 Wrote:
(01-07-2011, 18:19)zxz0O0 Wrote: There is no getStance()
There are
but is there setStance()?
Not sure
[Image: wyipjqo9qon7rc2v1lo.jpg]
Reply

#9
Don't think so.
--
Reply

#10
This is cool Big Grin if u get it to work..
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Wink Plugin with !ban !kick and !tampban clemi555 3 3,913 11-09-2013, 09:21
Last Post: clemi555
Question Help Admin menu koren30 4 4,802 10-07-2013, 20:17
Last Post: Yamato
  [Tutorial] How-To, Mod menu picture-REVISED/no iwifix needed rotceh_dnih 52 29,921 09-28-2013, 02:08
Last Post: Monkey Arms
  Help How do I open the admin menu for GeKKos QS Mod? conorr 1 2,870 08-15-2013, 13:52
Last Post: Yamato
  Trying to compile a modified menu DidUknowiPwn 7 5,296 07-05-2013, 21:55
Last Post: DidUknowiPwn
  Preview Admin / Mod Menu Hologramm 5 6,223 05-29-2013, 00:35
Last Post: sleepunknot
  Map Menu in Black Ops 1 EliTeEishiii 2 2,844 04-21-2013, 18:54
Last Post: Nekochan
  Menu base EliTeEishiii 1 2,713 04-17-2013, 16:10
Last Post: Nekochan
Rainbow [Release] [Contest] Scroll Menu iAegle 49 34,504 03-21-2013, 07:30
Last Post: jermC
  [Release] Mouse operated menu met94 18 12,863 03-06-2013, 10:27
Last Post: BHF98

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.