Raised This Month: $12 Target: $400
 3% 

Satellite Rain


Post New Thread Reply   
 
Thread Tools Display Modes
nightscreem
Veteran Member
Join Date: Jul 2004
Location: Belgium
Old 07-19-2005 , 16:09  
Reply With Quote #21

hehe lol
__________________
- Bye bye!
nightscreem is offline
bug
Senior Member
Join Date: Nov 2007
Old 02-19-2008 , 10:53   Re: Satellite Rain
Reply With Quote #22

Quote:
Originally Posted by Twilight Suzuka View Post
This plugin, which sprouted from my Teleporter Gun plugin, allows administraters to set beacons, which signals satilites to target and destroy them, and anyone in the vicinity.

Be sure to check out my Teleporter and Manipulater when their done!
Did you finish your Teleporter Gun plugin?

What about your Teleporter and Manipulater?
bug is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 01-16-2019 , 16:32   Re: Satellite Rain
Reply With Quote #23

The model needs copied from Valve directory to stop crashes.
__________________
DJEarthQuake is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 01-20-2019 , 22:33   Re: Satellite Rain
Reply With Quote #24

This is ideal for deathmatch. Fakedamage resolves the radiusdamage unable to respawn.

PHP Code:
LINE 298:    /* radius_damage(origin,100,50) */
LINE 299:    x5_dam(); 
PHP Code:
public x5_dam()
{
        new 
location[3]
        new 
Float:Vec[3]
        
IVecFVec(locationVec)
        
FVecIVec(Veclocation)
        
location[2] = location[2] + 20

        
new players[32]
        new 
playercount

        get_players
(players,playercount,"a")

        for (new 
m=0m<playercountm++)
        {
                new 
bid
                pev
(bid,pev_origin,location)
                new 
playerlocation[3]

                
get_user_origin(players[m], playerlocation)

                new 
quasidistance get_distance(playerlocation,location)
                new 
resultdance get_entity_distance(bidplayers[m])

                if(
resultdance 1000)
                
fakedamage(players[m],"Radiation",80.0,DMG_RADIATION)

                {
                if(
resultdance 1000)
                
fakedamage(players[m],"Fall-out",50.0,DMG_TIMEBASED)

                new 
name[33]
                
get_user_name(players[m],name,32)
                
server_print("%s was %i",name quasidistance)

                }
        }




DeathMatch radiusdamage kills; players cannot respawn!

This stock picks only Capture The Flag maps that are round based.

PHP Code:
        new mname[32];
        
get_mapname(mname,31);

        
#if defined(DEBUG)
        
server_print("%s, is loaded with radius damage compensator."mname);
        
#endif

        
if (containi(mname,"op4ctf_") > -1) {

        
#if defined(DEBUG)
        
server_print("%s, has OP4CTF prefix. Loading damage"mname)
        
#endif

        
health_wreck();

PHP Code:
public health_wreck(){

        new 
Float:Origin[3]
        
RadiusDamage(Float:Originrandom_num(2,5), random_num(150,2000));


This eliminates the segmentation faults of plugin. It shows as a FLOAT yet is coded here as integer.

PHP Code:
LINE187     set_pev(bid,pev_takedamage,1
PHP Code:
new Float:takedamagepev(entitypev_takedamagetakedamagevalues#

#define DAMAGE_NO                       0.0
#define DAMAGE_YES                      1.0
#define DAMAGE_AIM                      2.0 
SOURCE: https://www.amxmodx.org/api/hlsdk_const

PHP Code:
set_pev(bid,pev_takedamage,0.0); 
It seems calling the boom without resetting the time(r) screws it up.
[0] amx_parachute.sma::client_PreThink (line 397) explodes hundreds of times per second with 1.0. Now, 0.0 stops that. Try to take out the ent health it just spawns the explode when people join and all kinds of chaos.

Players can spawn on deathmatch now from death, no nonsense. My x4 example which also featured is_in_viewcone, no longer exhibited had a safe zone where no damage is done with reports as to where the VIPS (admins were) in relation to blast.
PHP Code:
if (players[m]) is_in_viewcone(bidFloat:home1
Quote:
[USA] .sρiηX҉. was 1675
bteam thewalkindead was 1273
"bteam Egor" committed suicide with "Radiation" (world)
bteam Egor was 756
bteam Hudson89506 was 1114
"bteam OsmanBaba" committed suicide with "Fall-out" (world)
bteam OsmanBaba was 1020
"bteam Neppy" committed suicide with "Fall-out" (world)
bteam Neppy was 1149
bteam Piwcyk was 214
__________________

Last edited by DJEarthQuake; 02-10-2019 at 14:06. Reason: Simple X5 example with 2 distance spreads for nuke
DJEarthQuake is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 11-01-2019 , 11:22   Re: Satellite Rain
Reply With Quote #25

Quote:
Originally Posted by bug View Post
Did you finish your Teleporter Gun plugin?
Well over a decade later. Doubtful.
This is for Cstrike only until I get time.

__________________
DJEarthQuake is offline
Marinovv327
Member
Join Date: Jan 2018
Old 05-21-2021 , 13:51   Re: Satellite Rain
Reply With Quote #26

This seems like fun, but it's illogical to use it on any server!
Marinovv327 is offline
Agent3554
Junior Member
Join Date: Aug 2020
Old 05-29-2021 , 09:58   Re: Satellite Rain
Reply With Quote #27

This could be a good alternative to C4 planting, just throw it in B Site, let the satellite blow it up lol
Agent3554 is offline
Reply


Thread Tools
Display Modes

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 07:50.


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