Jump to content
GIGN Forum

naziic

Moderators
  • Posts

    1510
  • Joined

  • Last visited

Posts posted by naziic

  1. Tam es vakar parinstaleju savu pc, noformatizeju cieto u.t.t. bet tad kad saku visadas fignas vinjaa likt (skype, dc++ metaas errori) piemeram tikko novilku sa-mp un velejos to instalet bet ka palaiz vinu sakuma parada shadu hernju (skat apaksaa). Vai kads ludzu nevaretu palidzet, un pateikt ko lai daru litas labaa?

    post-17-1155994930.jpg

  2. oho bljin nomirsu

         Sunday, March 11, 2029 
      Seconds left to live...
    713,201,318
    

    T.I 36 gados ;( rolleyes.gif veldaudzkas jaizdara, piem jameģina pabeigt skolu, jauztaisa piemineklis sev, jauztaisa krutaaku serveri par gign ar 4 slotiem blink.gifzaban.gif

  3. Lol, atradis pārāko pasākumu BBP. Būtu es labāk zinājis, kas notiek fonofestā, brauktu uz to, nevis to bbp krapu (es gan uz viņu neaizraucu bet tas nekas smile.gif ).

    A bilde nofočēta 100% dēļ lielās klucītes. Nav jau slikts skats smile.gif

    fonofests rulzz

  4. Tipa taa ir uzlikts CS serveris...

    OP:

    Linux Debian

    Starta script iebaazts pie /etc/init.d/ ar nosaukumu hlds.

    ar sho tipa iedodu vinjam id level 3 lai starteetos augshaa automaatiski bet nekaa...

    ln -s /etc/init.d/hlds

    smiliez.de_2538.gif

    Script:

    #! /bin/sh

    #

    # Start the Counter-Strike dedicated server as non-root.

    #

    # A modification of the CS Server startup script, to run the server

    # as a non-root user.

    #

    # ORIGINAL AUTHORS :

    #

    # Julien Escario ( [email protected] )

    # &

    # Cedric Rochat ( [email protected] )

    #

    # ===========================================

    #

    # What you need:

    #

    # Linux smile.gif

    # awk

    # screen

    # the hlds_l & cstrike-files OR

    # a STEAM-installation

    #

    # YES, this script works fine with STEAM and CS 1.6

    #

    # How to use:

    #

    # Edit the DIR-var to fit your system (just contains the path to the dir that contains hlds_run)

    # Edit the PARAMS-var to fit your needs

    # Edit the CS_USER-var to the name of the user that will run the server

    #

    # How to see the server-console:

    #

    # Just type in: screen -r hlds (or whatever you set $NAME to)

    # More info about screen can be found by typing "man screen" or using this nice link

    # http://server.counter-strike.net/server.ph...wto&show=screen

    #

    # The easist way is to use this script simple as a start-script for your server

    # If you want to use it as a script to start the server at boot-time:

    #

    # When this is done, copy the file to /etc/rc.d/init.d (or whereever your system stores the

    # scripts for starting the services

    # Now you can link the script to your runlevel-dir, here's an example for runlevel 3:

    #

    # ln -s /etc/init.d/hlds /etc/rc3.d/S90hlds

    # ln -s /etc/init.d/hlds /etc/rc6.d/K50hlds

    #

    # Or use it manualy like:

    # /etc/rc.d/init.d/hlds start

    # /etc/rc.d/init.d/hlds stop

    #

    # If you don't want to start the server as root you have to change this:

    # add the var CS_USER and uncomment it

    # change the lines at the "start-block"

    #

    # You must be logged in as this user to re-attach the screen!

    #

    # DOC by jwm ([email protected])

    # The user that will run the server

    # CS_USER=root

    # Leave this alone.

    NAME=hlds

    PATH=/bin:/usr/bin:/sbin:/usr/sbin

    # DON'T FORGET TO CHANGE THE PATH TO YOUR NEEDS!

    DIR=/usr/local/games/hlds_l

    # Leave this alone.

    DAEMON=hlds_run

    # Internet-server:

    PARAMS="-game cstrike -insecure -nomaster +sv_lan 1 +maxplayers 20 +map de_dust"

    # Leave this alone.

    DESC="Counter-Strike dedicated server"

    case "$1" in

    start)

    if [[ `su $CS_USER -c "screen -ls |grep $NAME"` ]]

    then

    echo "HLDS is already running!"

    else

    echo "Starting $DESC: $NAME"

    su $CS_USER -c "cd $DIR; screen -m -d -S hlds ./$DAEMON $PARAMS"

    fi

    ;;

    stop)

    if [[ `su $CS_USER -c "screen -ls |grep $NAME"` ]]

    then

    echo -n "Stopping $DESC: $NAME"

    kill `ps aux | grep -v grep | grep -i $CS_USER | grep -i screen | grep -i $NAME | awk '{print $2}'`

    echo " ... done."

    else

    echo "Coulnd't find a running $DESC"

    fi

    ;;

    restart)

    if [[ `su $CS_USER -c "screen -ls |grep $NAME"` ]]

    then

    echo -n "Stopping $DESC: $NAME"

    kill `ps aux | grep -v grep | grep -i $CS_USER | grep -i screen | grep -i $NAME | awk '{print $2}'`

    echo " ... done."

    else

    echo "Coulnd't find a running $DESC"

    fi

    echo -n "Starting $DESC: $NAME"

    su $CS_USER -c "cd $DIR; screen -m -d -S hlds ./$DAEMON $PARAMS"

    echo " ... done."

    ;;

    status)

    ps aux | grep -v grep | grep hlds_r > /dev/null

    CHECK=$?

    [ $CHECK -eq 0 ] && echo "HLDS is UP" || echo "HLDS is DOWN"

    ;;

    *)

    echo "Usage: $0 {start|stop|status|restart}"

    exit 1

    ;;

    esac

    exit 0

    nu apmeeram taa!!!

    Varētu būt, ka šeit parto nekko daudzi nezinās, daži varbūt labāk prasi http://php.lv/f/

  5. Tipa uzliku statsme, viss ok, paareejos statikus atsleedzu, bet kad skataas topu, tad vinjs visus fragus skata pie viena un taa pasha speeleetaaja. Ko ma ndariit, kaa to var labot? un veel, kaa var to statistiku notiiriit?

    tev visi skaitas zem steam id ieej amxx.cfg un sataisi sho saadi

    // Rank mode
    // 0 - by nick
    // 1 - by authid 
    // 2 - by ip
    csstats_rank 0

  6. nu man neko dizi plugini nau bet vislabak es milu admin_spec_esp.amxx , piekriitu RavenHolm ka tas ir ļoti noderīgs plugins adminiem... esmu vairakas reizes uzkeris 4iterus... nu bet rekur mani plugini

    swear_replacement.amxx
    amxx_atac.amxx
    amxx_atac_cfg.amxx
    Donate.amxx
    ps.amxx
    admin_spec_esp.amxx
    admin_gag.amxx 
    high_ping_kicker.amxx
    rules.amxx
    csnadedrops.amxx debug 

×
×
  • Create New...