Raised This Month: $ Target: $400
 0% 

Doing a deathshot only once.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-20-2013 , 13:36   Re: Doing a deathshot only once.
Reply With Quote #2

PHP Code:
#define SCREENSHOT_PER_DEATHS random_num( 1, 35)

new bool:g_bDeathScreenShotTaken[33]

public 
plugin_init()
{
    
register_event("DeathMsg" "xDeathMsg" "a");
}

public 
client_putinserver(id)
{
    
g_bDeathScreenShotTaken[id] = false
}

public 
xDeathMsg() 

    new 
id read_data(2
    if ( !
g_bDeathScreenShotTaken[id] && ! (++gDeaths[id] % SCREENSHOT_PER_DEATHS) ) 
    { 
          
client_cmd(id"snapshot"
          
g_bDeathScreenShotTaken[id] = true
    


__________________
- tired and retired -

- my plugins -
ConnorMcLeod 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 06:32.


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