AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   set camera spectator for same IP LAN players, by `beast`port (https://forums.alliedmods.net/showthread.php?t=3331)

haderlump 07-03-2004 18:08

set camera spectator for same IP LAN players, by `beast`port
 
1 Attachment(s)
contact me about my other settings that encourage fair pub play!
[email protected]
see all my plugs in action @ 216.237.158.4
Code:

/* AMX Mod X script
*
*PLUGIN CVARS:
*------------------
*    amx.cfg> ftb_auto 1 // 0 - OFF, 1 - ON
*    If ftb_auto is set to 1, this plugin automatically
*    detects potential "ghosters" (by idential IP).
*
*    amx.cfg> ftb_mode 2 // 0 - OFF, 1 - A & B, 2 - A only
*    A. It allows to spectate upon players from group/team
*      only. Also first person only (mp_forcechasecam-like)
*    B. It fades the screen after death while other
*      players from group are alive (mp_fadetoblack-like)
*
*    amx.cfg> ftb_alpha "alpha" // 0-255
*    amx.cfg> ftb_color "red green blue" // 0-255 0-255 0-255
*    These cvars are for fun only. (It is color by default)
*
*    client console> setinfo ftb "red green blue"
*    Also players may set color of the screen.
*
*    server console> ftb_debug 1 // 0 - OFF, 1 - ON
*    Enable debug mode.
*   
*    immunity is "M" ..or custom level_A
*
* COMMANDS:
* ---------------
*    amx.cfg> ftb_addip "group name" "part of IP:Port/WONID"
*    This command adds IP(s)/WONID to the specified group.
*
* EXAMPLE A:
* ----------
*    ftb_auto 1
*    ftb_mode 2
*
*    ftb_addip "LAN A"  "192.168.10."
*
*    ftb_addip "club A" "192.168.20.10:"
*    ftb_addip "club A" "192.168.20.11:"
*    ftb_addip "club A" "192.168.20.12:"
*
* EXAMPLE B:
* ----------
*    ftb_auto 0
*    ftb_mode 1
*
*    ftb_addip "LAN A"  "192.168.10."
*
*    ftb_addip "club A" "192.168.20.10:"
*    ftb_addip "club A" "192.168.20.11:"
*    ftb_addip "club A" "192.168.20.12:"
*
*    ftb_addip "club B" "192.168.30.10:"
*    ftb_addip "club C" "192.168.40.10:"
*    ftb_addip "club D" "192.168.50.10:"
*/

#include <amxmodx>
#include <amxmisc>

#define IMMUNITY_LEVEL ADMIN_LEVEL_A
etc, etc......................................-=TRY ME!=-


rootdown 07-05-2004 18:49

well if a couple of friends is on ventrilo or teamspeek, whats the point then?

haderlump 07-05-2004 19:22

^^^ i pray that guy posts no more here
i hate the useless commentary post -- terrible waste

the point is in the topic:

it blocks lanners (ie: ignorant youth yelling in a sweaty room)
if a clan wants to vent hack, whatever. U can write that plugin

rootdown 07-05-2004 23:16

sorry, i have asked about a year ago for a plugin earlier that only lets admin spectate everyone. it doesnt seem to be possible to make. but THAT would really solve the ghosting issue.

You don't need to get upset, it's a good contribution for those who are in need of such a plugin. I am not, and dont shoot me for that :wink:

haderlump 07-06-2004 02:11

that wouldnt be useful thou -- onlyadmin_spec
as a server that runs no_spec
tends to not get as much traffic

i want to allow the spec!, but not for :evil: :twisted: two jerks in a dorm.
================
comprende?

rootdown 07-06-2004 12:45

what do you mean, fade to black?

no my idea was that players only can spectate teammembers in first person (mp_forcechasecam 2) and admins can spectate anyone from which angle they want (mp_forcechasecam 0).

haderlump 07-06-2004 16:58

Quote:

Originally Posted by rootdown
what do you mean, fade to black?

no my idea was that players only can spectate teammembers in first person (mp_forcechasecam 2) and admins can spectate anyone from which angle they want (mp_forcechasecam 0).

and then the thread died

mercury 07-06-2004 21:30

can you describe the work of your plugin?

i know what it does. i have seen this one before. don't know exactly amxx compatible or no.. but it was buggy. when anyone dies from group, fade_to_black sets for everyone in that group, no matter he's dead or _alive_.

any other features or just port?

haderlump 07-06-2004 21:55

its a port

and i am not getting that bug on my linux dedicated 10-man
216.237.158.4
amx x .16
meta 1.17.1

gotdilbert 07-07-2004 19:18

Its easy to detect ventrillo. Just execclient +voicerecord.


All times are GMT -4. The time now is 13:12.

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