Raised This Month: $32 Target: $400
 8% 

KZ/Climb Timer


Post New Thread Reply   
 
Thread Tools Display Modes
Author
raydan
Senior Member
Join Date: Aug 2006
Plugin ID:
490
Plugin Version:
1.0
Plugin Category:
Fun Stuff
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Provide climb map timer forward
    Old 08-05-2008 , 01:19   KZ/Climb Timer
    Reply With Quote #1

    There are no timer on css kz/climb map.
    i have make a own version, but it still need a timer manually.
    so i make this one.

    now, there are some standard. kz/climb map maker follow the following standard can make timer work between with sourcemod.

    Make a start timer:
    create a "func_button", set the name to "climb_startbutton".

    Make a end timer:
    create a "func_button", set the name to "climb_endbutton".

    when client press start button, it call "CL_OnStartTimerPress".
    when client press end button, it call "CL_OnEndTimerPress".


    how to count the time, make a checkpoint system, save the time record into database. these all stuff are easy to make. so i let other people to do that

    climb_demo.zip is a small map for demo, include start & end timer.

    Code:
    /**
     * Called when a player press start timer.
     * @param client   Client index.
     */
    forward CL_OnTimerStartPress(client);
    /**
     * Called when a player press end timer.
     * @param client   Client index.
     */
    forward CL_OnEndTimerPress(client);
    Attached Files
    File Type: sp Get Plugin or Get Source (climb_core.sp - 3495 views - 1.3 KB)
    File Type: sp Get Plugin or Get Source (climb_test.sp - 813 views - 435 Bytes)
    File Type: zip climb_demo.zip (9.3 KB, 1330 views)
    File Type: zip climb_demo_source.zip (1.8 KB, 1143 views)
    File Type: inc climb.inc (378 Bytes, 1221 views)

    Last edited by raydan; 08-05-2008 at 01:23.
    raydan is offline
    bobbobagan
    SourceMod Donor
    Join Date: May 2007
    Location: New Zealand
    Old 08-17-2008 , 00:34   Re: KZ/Climb Timer
    Reply With Quote #2

    thanks mate, this is definatly going on my server. I have also PMed some xc map makers on FPSB to encorporate this plugin.
    __________________
    bobbobagan is offline
    Send a message via Skype™ to bobbobagan
    Serenity
    Junior Member
    Join Date: Oct 2010
    Old 02-27-2011 , 16:26   Re: KZ/Climb Timer
    Reply With Quote #3

    does this still work??
    Serenity is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 23:50.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode