Addon Details

Watch - Add Favorite


2 out of 2 users claim this version works for them.
Does this version work for you?
7
w00ts
w00t!2

Ich Checkpoints - Version 3.1

posted on 2006-08-19 04:58:38
by ichthys



Description

Ich Checkpoints v3.1 / 3.1 LAN

requires GodJonez's popup script to use the menu
Popup is now included with eventscripts[/url]

Version 3.1 requires the latest public beta of eventscripts for the hidden say commands.
Link

Player Commands:
    !cp - Opens checkpoint menu system
    !save - Saves a checkpoint at a players current location
    !back - Goes back one checkpoint
    !forward|!fwd - Goes forward one checkpoint
    !clear - Clears a players checkpoints

    !ghost - Makes a player partially invisible and go through other players
    !unghost - Reverts a player back to normal
    Note: Ghost commands are enabled by the cvar cp_enableghostcommands

Install:
  • To load - es_load ich_checkpoints
  • To load each time your server starts add the line es_load ich_checkpoints
    es_load popup
    to your autoexec.cfg

Settings:
ES:
    cp_allowmenu 1 //If set to 1-players can use !cp to open the checkpoint menu popup (thx GodJones for the popup script)
     
    cp_allowghostcommands 1 //If set to 1 players can use !ghost and !unghost to enable or disable ghost individually
     
    cp_forceunghost 1 // If set to 1 players will be unghosted when they spawn and the script is unloaded
     
    cp_ghosts 1 //If set to 1 script will make players appear like ghosts and pass through each other
     
    cp_alpha 100 //This is the alpha level of players if cp_ghost is set to 1 (0 = completely invisible, 255 = completely visible)
     
    cp_removeweapons 1 //If set to 1 script will remove weapons from players (players will keep their knife)
     
    cp_sethealth 99999 //Set players health to this. '0' -disables
     
    cp_limit 20 // number of server_var(cp_keygroup) players can have
           
    cp_savecheckpoints 1
    // 1-Save checkpoints for each map. Checkpoints are not deleted when players leave the game
    // 0-Dont save and delete players checkpoints whenever they leave and join the server
     
    //////////////////
    //Map Settings//
    //////////////////
    //map types to enable cp_checkpoint mod
    es_keycreate cp_maptypes kz
    es_keycreate cp_maptypes de
       //example: es_keycreate cp_maptypes surf
     
    //maps to force on
    es_keycreate cp_force_on blizzard2
    es_keycreate cp_force_on scoutzknivez
       //example: es_keycreate cp_force_on de_lahlah
           
    //maps to force off
    es_keycreate cp_force_off surf_egypt
       //example: es_keycreate cp_force_off surf_dontcheckpoint

Version Notes For 3.1

Updated on: 2007-12-05 17:08:02 EST by ichthys
Added xc to default enable map type
Fixed a small bug that would spew spam when script not enabled

( Previous Versions )