AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   SnapShot v2.1 (https://forums.alliedmods.net/showthread.php?t=259862)

Hartmann 03-14-2015 10:21

SnapShot v2.1
 
3 Attachment(s)
SnapShot v2.1

Simple amx_ss AND Auto Demo Recorder




.: Description :.
SnapShot - admin takes ss of players and stops the first demo (%s.dem) and begins to record the second (%s2.dem).
Why are you stopping demo ???
Do not see the details of the snapshot.
Command:
amx_ss <player>
eg: amx_ss hart
This makes SnapShot to player "hart".
Auto Demo Recorder - It will automatically start to record a demo to player's cstrike folder after he will connect to the server.

.: CVars :.
Time before demo recording starts in seconds. (If it is less than 5, it will automatically set to 5).
amx_demostart "15"

The name of your demo what will be saved in client's cstrike folder.
amx_demoname "DemoName"

The name of your Forum.
amx_forumname "ForumName"
.: Changelog :.
Code:

2.1
- Remove autoss.
- Added Multilingual support.
- Added print in color (remove include colorchat).
- Code is better.
.
2.0
- Added new cvar amx_taskss.
- Added new cvar amx_demostart.
- Added new cvar amx_demoname.
- Added new cvar amx_forumname.

1.0:
- Initial release.

.: SnapShots :.

http://i.imgur.com/DMVyOi3m.pnghttp://i.imgur.com/lstyE5cm.png
BIG PICTURES: http://imgur.com/DMVyOi3; http://imgur.com/lstyE5c

.: Download :.

v2.0 - 102 views - 3.9 KB


zmd94 03-14-2015 10:31

Re: SnapShot
 
How this plugin is working? I'm confused.

claudiuhks 03-14-2015 10:35

Re: SnapShot
 
The plug-in works somehow but the code seems too redundant.
If you want this to be approved and meet the criteria of a well coded plug-in you need to add CVars for all the hard coded things such Demo Name and Forum Name, Auto SS Task Interval (1246.0 ??).
Also, in Task Handlers remove unused parameters such (Level, CId) [Id is enough] and check if user is still connected (Id) with is_user_connected.
Add CMDTARGET_NO_BOTS | CMDTARGET_ALLOW_SELF flags to cmd_target().
Remove colorchat.inc dependency and include Colored Chat stock inside so it can be compiled directly on the website.
And why no Date-Time format in .dem record? To be able to make the demo file name unique.

Hartmann 03-14-2015 10:35

Re: SnapShot
 
Quote:

Originally Posted by zmd94 (Post 2273808)
How this plugin is working? I'm confused.

amx_ss <player> for snapshot(admin commands)

Hartmann 03-14-2015 11:15

Re: SnapShot
 
Quote:

Originally Posted by claudiuhks (Post 2273810)
The plug-in works somehow but the code seems too redundant.
If you want this to be approved and meet the criteria of a well coded plug-in you need to add CVars for all the hard coded things such Demo Name and Forum Name, Auto SS Task Interval (1246.0 ??).
Also, in Task Handlers remove unused parameters such (Level, CId) [Id is enough] and check if user is still connected (Id) with is_user_connected.
Add CMDTARGET_NO_BOTS | CMDTARGET_ALLOW_SELF flags to cmd_target().
Remove colorchat.inc dependency and include Colored Chat stock inside so it can be compiled directly on the website.
And why no Date-Time format in .dem record? To be able to make the demo file name unique.

first version in next version add cvars

joshknifer 03-16-2015 11:58

Re: SnapShot
 
how is this different from other snapshot plugins?

Hartmann 03-16-2015 15:50

Re: SnapShot
 
Quote:

Originally Posted by joshknifer (Post 2274515)
how is this different from other snapshot plugins?

This is a common and takes only one ss and stopping the demo so the player can not take pictures with the demo or the game because nako 2 seconds out messages to the forum and push back these lines on ss ...

Mordekay 03-17-2015 00:31

Re: SnapShot
 
I still can not see an advantage in your start/stop thingy. All it does is spamming the client with unneeded files. And if you may not know:i can wath all demos and screenshots on my computer.

Another useless ss and demo recording plugin.

Hartmann 03-17-2015 09:51

Re: SnapShot
 
Quote:

Originally Posted by Mordekay (Post 2274739)
I still can not see an advantage in your start/stop thingy. All it does is spamming the client with unneeded files. And if you may not know:i can wath all demos and screenshots on my computer.

Another useless ss and demo recording plugin.

not spamming, record only one demo and stopping only when admin decides to take ss (amx_ss)

in this plugin a demo and ss (2 in 1)

cheater can not take ss with demos, even in the game because everything goes very fast

Mordekay 03-17-2015 10:03

Re: SnapShot
 
Quote:

Originally Posted by Hartmann (Post 2273800)
[B]
  • amx_ss - admin takes ss of players and stops the first demo (% s.dem) and begins to record the second (%s2.dem).
    Why are you stopping demo ???
    Do not see the details of the snapshot.

So what? One demo or 2?
And doing a ss is only hitting one key. BTW why should they do a ss at all?
Your description is more than confusing.


All times are GMT -4. The time now is 14:37.

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