Jump to content
GIGN Forum

SuperRembo

Mirstīgais
  • Posts

    4512
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by SuperRembo

  1. Cits piemers ka no mysql iznem admin nikus un banu skaitlu, kaut ko lidzigu megini sastukot ar so te <?php echo "<table id='admintop'> <tr> <th>Admins</th> <th>Bani</th> </tr>"; $con = mysql_connect("localhost","kvaziiks","robiks"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("bans", $con); $result = mysql_query("SELECT count(*), admin_nick FROM amx_bans GROUP BY admin_nick ORDER BY count(*) DESC LIMIT 19"); // DESC LIMIT 5 noziimee, ka vinjsh paraadiis 5 aktiivaakos while($row = mysql_fetch_array($result)) { $admins = $row['admin_nick']; $skaits = $row['count(*)']; echo "<tr> <td>$admins</td> <td>$skaits</td> </tr>"; } mysql_close($con); ?> </table>
  2. Man skeit trukst failu compilatoram Iznemot SMA jabut laikam vel kaut kadam .txt failam o wtaver tur.
  3. es linku liku, admin paneli kur uzraku, bet vins strada tik MENU bara, bet centralaja kur kodets ar Flash nestrada! Es te visu laikus prasu ka izdarit lai otra stradatu, kur tas links jabaz.
  4. Ta izveidoju viss strada Problema ir tur, ka velos biskin pamainit foruma kodu. Nevelos izmantot Nuked forumu, bet IPB, ka to panakt gatavu!! Menu bara ka redzams man viss izdevas bet problema ir tur ka galvenaja centra FORUM neizdodas sataisit es ka saprotu ta dala web ir kodeta ka flash. Tatad ko man jadara lietas laba ? p.s Var datus topiku,registreto niku parsviest no 2.2.0 uz 2.3.0 IPB versiju ? Ja var ka to izdarit!
  5. SuperRembo

    Css

    Ja kas saucas mani admin, adminsitresanas tulis tur viss ari aprakstiits.
  6. Kur noak4at sakarigu csdm pluginu LINK uz tieso saiti nevis web Noak4aju no amxmodx.org csdm 2.0 kaut kads glukains, atsledzas csdm, kaut gan rada ka strada plugins pec restart servera viss okej atkal, vel minuss, ka visiem speletajiem paradas spawn editors wtf, ja izej no cs ieej pazud. Tatad sie ir gluki maneja csdm, tapec velos uzzinat kur noka4at sakarigu csdm, lai dzive speletajiem butu vieglaka
  7. sis skaidrs ar to iekrasosanu un code tagos envar pamaniju Meni interese pedejas 4 skaitlu rindas, nokuram 2 saprotu, bet starpa nee
  8. Ko sis rindinas dod, tagad chakarejos ar xp regulesanu. /*ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё. * XP Header File ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.ґЇ`?.ёё.*/ // Objective Modifiers #define DEFUSING_BOMB 10 // XP awarded when the user starts to defuse the bomb #define DEFUSED_BOMB 20 // XP awarded when the user defuses the bomb #define PLANTING_BOMB 10 // XP awarded when the user starts planting the bomb #define PLANT_BOMB 20 // XP awarded when the user plants the bomb #define SPAWN_BOMB 10 // XP awarded when the user spawns with the bomb #define BOMB_PICKUP 10 // XP awarded when the user picks up the bomb #define TOUCH_HOSTAGE 10 // XP awarded when the user touches a hostage #define RESCUE_HOSTAGE 20 // XP awarded when the user rescues the hostage #define KILL_HOSTAGE 10 // XP lost when killing a hostage #define SPAWN_VIP 10 // XP awarded for spawning as the VIP #define ESCAPE_VIP 20 // XP awarded for escaping as the VIP #define OBJ_RADIUS 500 // Nearby radius to award XP for helping complete objectives // Kill modifiers #define KILL_HEADSHOT 10 // XP awarded for getting a headshot #define KILL_HOSTAGE_SAVER 10 // XP awarded for killing the hostage saver #define KILL_DEFUSER 10 // XP awarded for killing the defuser #define KILL_PLANTER 10 // XP awarded for killing the planter #define KILL_BOMB_CARRIER 10 // XP awarded for killing the bomb carrier #define KILL_VIP 20 // XP awarded for killing the VIP #define KILL_RADIUS 250 // Nearby radius to award XP #define WIN_ROUND 20 // XP awarded for winning the round // Holds information about the player enum { PLR_BOMB_DEFUSER = 1, PLR_BOMB_PLANTER, PLR_HOSTAGE_RESCUER, PLR_VIP, PLR_BOMB_CARRIER, }; new g_iPlayerRole[33]; new bool:bHasBegunPlantingOrDefusing[33]; // Holds the XP Multipliers per weapon new Float:fWpnXPMultiplier[62] = {1.0}; // Amount of XP needed to gain a level new iXPLevelShortTerm[11] = [color="#FF0000[color="#FFFF00"]"]{0,150,300,600,1000,1500,2100,2800,3400,4500,5500};[/color] new iXPLevelSaved[11] = {0,100,200,400,800,1600,3200,6400,12800,25600,51200}; // Amount of XP awarded when killing a user of this level new iXPGivenShortTerm[11] [color="#FF0000"]= {10,15,25,35,40,50,60,70,80,90,95};[/color] new iXPGivenSaved[11] = {6,8,10,12,14,16,18,20,24,28,32}; [/color] Domaju sos te laukus // Amount of XP needed to gain a level new iXPLevelShortTerm[11] = ]"]{0,150,300,600,1000,1500,2100,2800,3400,4500,5500};[/color] new iXPLevelSaved[11] = {0,100,200,400,800,1600,3200,6400,12800,25600,51200}; // Amount of XP awarded when killing a user of this level new iXPGivenShortTerm[11] = {10,15,25,35,40,50,60,70,80,90,95}; new iXPGivenSaved[11] = {6,8,10,12,14,16,18,20,24,28,32};[/color]
  9. Pedejo reiz double post taisu Atbildat uz sarkano un un zemo jautajumu un es pazudu
  10. labi labi tagad tik tiekam gala ar to pach un bilditi !!
  11. es nedomaju sadi ka stav uz citiem IP, bet uz ta pasa IP Nevar taa ?
  12. 1. Ka regulet XP warcrafta piemeram velos lai dod par kill 5, par bomb 10 wound win 10, velos mainit xp parametrus lai 2 level dabut jakraj butu vairak piemeramm 2000. Kadu CSDM modu labak iesakat ? es redzeju csdm jauno 2.1.4 versija laikam, bet tur nemaniju respawn pointu liceju vai ari ar admin komandu tas jadara.
  13. Sievinja man tik viena ir nekadas 3 meitenes nevar buut.
  14. SuperRembo

    Warn Logs

    allworth Warned on Jun 12 2007, 17:29 Removed from warn level ilgi nav vārnots vincister Warned on Feb 17 2007, 18:18 Added to warn level stulbais izgājiens ar hack'a ielikšanu forumā samuray Warned on Jan 23 2007, 12:49 Removed from warn level 3meen laikaa nevienas vaarnas - psc taa tik tureet veciit! macho Warned on Nov 29 2006, 18:36 Removed from warn level viņš vairs nereklamē savu blusaino serveri worm Warned on Nov 29 2006, 13:29 Removed from warn level nuubs Dr. Pain Warned on Nov 19 2006, 20:38 Added to warn level blood, ieluugumiem domaats cits topiks Dr. Pain Warned on Nov 1 2006, 17:20 Added to warn level 2 pousti peec kaartas, lieto EDIT Dr. Pain Warned on Sep 18 2006, 00:10 Added to warn level iemaacies lietot EDIT Dr. Pain Warned on Jul 27 2006, 15:13 Added to warn level nevienam neinteresee, ko tu pie sevis dari Dr. Pain Warned on Jul 9 2006, 19:57 Added to warn level chau flashback Warned on Jun 6 2006, 00:44 Added to warn level Tas tev par foruma malu izjaashanu + jauna, bezjeedziiga topika izveidi (kamoon, kursh lasiis tavu programmu, lai atrastu, kas tur jaalabo or smth), kaut arii tev ir PASHAM SAVS (vieniigajam) unikaals, pinnots topiks, kuraa tu vari baazt ko tu veelies. allworth Warned on May 1 2006, 23:06 Added to warn level Piekriitu. allworth Warned on May 1 2006, 23:05 Added to warn level Netaisi sviestainus topikus. Symbiote Warned on Jul 27 2005, 15:01 Added to warn level reklamee savu blusaino serveri. macho Warned on Jul 12 2004, 22:10 Added to warn level neroc vecus topikus augshaa
  15. HMm izveidojis biju topiku kas ar gign notika a tas peksni pazuda :/ Laikam kaut kas jums nopietns
  16. es google neesmu specialists, un parsvara google man nepalidz tapec griezos vai nu te vai nu boot
  17. Velejos IPB forumam sataisit tadu pareju nezaudejot postus statusus utt. Ka man to izdarit, pieredzes nav sajas lietas. Uzirez uzlikt 2.3.0 nav problemu, bet veletos postus saglabat ar visu parejo.
  18. thx tavu pirmo kodu ari sataisiju. Aaa sapratu, tev vins jaieliek ieksa css koda, nu ta ir tada fignja kura atbild par tavu stilu saita, ja tu kaut ko tur maini visas web sadalas mainisies fons
  19. SuperRembo

    Shop.wos.lv

    Svesu saitu lausana ir kriminallieta (neskaitot draugus tos var) tapec aizmirsti un pats meiko
  20. Uzvanisim painteresesimies Wouw kas par cenam. Brivs ta ir hehe, bet no musu grupas ka skastos tik 50% atlauties vares so te. Pameklesu vel prieks siem kaut ko zem 100<viesnica LS
×
×
  • Create New...