Raised This Month: $ Target: $400
 0% 

Restrictweapon error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
smgcz
Member
Join Date: Nov 2008
Old 07-29-2010 , 01:05   Re: Restrictweapon error
Reply With Quote #9

I made the changes you said and here is what happens.

When a player has 16 kills and the bomb explodes there score goes to -3

When a player has less than 16 kills there score goes up by 3 points.

Code:
{
        // Bomb planting started event
        register_event( "BarTime" , "BombPlantStart" , "be" , "1=3" );
        
        // Bomb defusion started event
        register_event( "BarTime" , "BombDefuseStart" , "be" , "1=5" , "1=10" );

        // Bomb defused event
        register_logevent( "BombDefused" , 3 , "2=Defused_The_Bomb" );
        
        // Bomb exploded event
        register_event("23", "BombExploded", "a", "1=17", "6=-105", "7=17");
        
        // Bomb planting/defusion canceled event
        register_event( "BarTime" , "PlantDefuseCancelled" , "b" , "1=0" );
    }
If u need a cz login bugsy let me know, I can send you one.
smgcz is offline
 



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 00:09.


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