Jump to content

BeWan

Members
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    28

Posts posted by BeWan

  1. 10 hours ago, 3TAJIOH said:

    I tried this. But I can register several times by 1 charachter...

    	query_sql("SELECT `last_unique_id` FROM `login` WHERE `account_id` = '"+getcharid(3)+"'",.@mac$);
    	for ( .@i = 0; .@i < getarraysize(.last_mac$); .@i++) {
    		if ( .@mac$ == .last_mac$[.@i] ) {
    			dispbottom "Dual Clients are not allowed for Battleground Events.";
    			end;
    		}
    	}

     

    do it on loadmap. so if the characters enter in specific map " BG registration map " you have a script that will validate if there's a dual.

    • Like 1
  2. 3 hours ago, cder said:
    Okay, the only .css I found with #logo was ie.css, I tried using this command: "margin-left: 500px! Important;", but it didn't work, any more suggestions?
      Reveal hidden contents

    input[type=text], input[type=password], textarea {
        font-weight: bold;
    }

    select {
        font-size: 8pt;
        border: 5px solid #000;
    }

    #logo {
        display: block;
        margin-left: -500px !important;
    }

    .generic-form-table td input[type=checkbox] {
        display: inline-block;
        margin-top: 3px;
    }

    ies.css in spoiler

    i told you to direct it to the file of the logo.. header.php or etc..

    • MVP 1
  3. 1 hour ago, cder said:

    I put a different image like the fluxcp logo in themes / pattern / img, but I still don't know how you can move that image to another place on the web, let's say that instead of putting it in the upper left corner, I would like to put in the upper right corner or even in the center of the upper corner, how does it work?

    you need to edit the css file. or try to put on the code

    margin-left: 500px or -500px it depends on location you want 

    *margin-left: 500px !important; 

    make sure you put !important to overwrite the css on the logo position

    • Upvote 1
  4. 44 minutes ago, celeron0134 said:

    @BeWan

    tried the reset menu.. it resets on the NPC.. but when you kill a player it will show the old ranks

    and on the ranking can you make it Kills[10] Deaths[9] something like that

    you need to update the database name on the script. and you can use my ladder free release script

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.