Raised This Month: $ Target: $400
 0% 

Snapshot plugin help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mantukas1112
New Member
Join Date: Mar 2009
Old 01-02-2010 , 14:50   Snapshot plugin help
Reply With Quote #1

Can you help? I need to spanshot made by 3rd And Nick and not to all.

Sorry you have difficulty speaking English...


Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Nowy Plugin"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"

#define ACCESS ADMIN_BAN

public plugin_init() 
{
    register_plugin(PLUGIN, VERSION, AUTHOR)
    register_clcmd("say .ss","take_shot",ACCESS)
}

public take_shot(id,level,cid)
{
    if(!cmd_access(id,level,cid,1))
        return PLUGIN_HANDLED    
    
    static players[32], name[33], datetime[22], playerCount, i, player
    get_players(players, playerCount, "ch")
    for(i = 0; i < playerCount; i++)
    {
        player = players[i]       
        get_time("%c",datetime,21)
        get_user_name(player,name,32)
        client_print(player,print_chat,"Taking screenshot on %s (%s)",name,datetime)    
        console_cmd(player,"snapshot")        
    }
    
    return PLUGIN_HANDLED
}
mantukas1112 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 01-02-2010 , 15:16   Re: Snapshot plugin help
Reply With Quote #2

Quote:
Originally Posted by mantukas1112 View Post
Can you help? I need to spanshot made by 3rd And Nick and not to all.
What???

Quote:
Originally Posted by mantukas1112 View Post
Sorry you have difficulty speaking English...
No I don't!
__________________
fysiks is offline
Mxnn
Veteran Member
Join Date: Aug 2009
Location: AT MY HOME
Old 01-02-2010 , 18:56   Re: Snapshot plugin help
Reply With Quote #3

What is you problem?
Mxnn is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 01-02-2010 , 18:57   Re: Snapshot plugin help
Reply With Quote #4

Quote:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Header size: 368 bytes
Code size: 1624 bytes
Data size: 836 bytes
Stack/heap size: 16384 bytes; estimated max. usage=781 cells (3124 bytes)
Total requirements: 19212 bytes
Done.
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
Reply



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 04:12.


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