Raised This Month: $ Target: $400
 0% 

[ReQ] Furien mod


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Corabika
Junior Member
Join Date: Aug 2015
Location: Morocco
Old 10-21-2015 , 08:38   [ReQ] Furien mod
Reply With Quote #1

Hey I Need Furien Invation Plugin sma file please
and nice for helping
__________________

Last edited by Corabika; 10-26-2015 at 06:26.
Corabika is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-22-2015 , 18:46   Re: [ReQ] Furien mod
Reply With Quote #2

What's "invation"? Search for the mod in Google, please.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
amir saiaoud
Senior Member
Join Date: May 2015
Location: essaouira , maroc
Old 10-26-2015 , 06:24   Re: [ReQ] Furien mod
Reply With Quote #3

Shearch First
PHP Code:
#include < amxmodx >


#pragma semicolon 1

#define PLUGIN "Furien Invasion :-?"
#define VERSION "1.0"
#define AUTHOR "Askhanar"

new const InvasionSounds][ ] = {
    
    
"timestart",
    
"timer01",
    
"timer02",
    
"timer03",
    
"timer04",
    
"timer05"
};

new 
SecondsUntillInvasion 6;
new 
mp_freezetime;

new 
SyncHudMessage;

public 
plugin_init( )
{
    
register_pluginPLUGINVERSIONAUTHOR );
    
    
register_event"HLTV""ev_HookRoundStart""a""1=0""2=0" );
    
register_event"SendAudio","ev_TerroWin","a","2=%!MRAD_terwin");
    
register_event"SendAudio","ev_CounterWin","a","2=%!MRAD_ctwin");
    
    
mp_freezetime get_cvar_pointer"mp_freezetime" );
    
set_pcvar_nummp_freezetime);
    
SyncHudMessage CreateHudSyncObj( );
}

public 
plugin_precache( )
{
    new 
soundpath64 ];
    for( new 
i++ )
    {
        
formatexsoundpathsizeof soundpath ) -"misc/%s.wav"InvasionSounds] );
        
precache_soundsoundpath );
    }
}


public 
ev_HookRoundStart( )
{
    
    
SecondsUntillInvasion 5;
    
set_task0.1"CountDown" );
}
public 
CountDown( )
{
    if( 
SecondsUntillInvasion )
    {
        
TerroTeamEffects( );
        
CounterTeamEffects( );
        
        
set_hudmessage02550, -1.00.2900.01.00.01.04);
        
client_cmd(0,"spk misc/%s",InvasionSoundsSecondsUntillInvasion ] );
        static const 
Seconds[6][ ] = { "Go Go Go!!","Zero","One","Two","Four","Five" };
        
ShowSyncHudMsg0SyncHudMessage"Start MoD In [ %s ]",SecondsSecondsUntillInvasion ] , SecondsUntillInvasion  == 1"a" "e");

    }
    
    else if( 
SecondsUntillInvasion <= )
    {
        
set_hudmessage25500, -1.00.2900.01.00.01.04);
        
ShowSyncHudMsg0SyncHudMessage"Furienii invaded planet!");
        
client_cmd(0,"spk misc/%s",InvasionSoundsSecondsUntillInvasion ] );
        return 
1;
    }
    
    
SecondsUntillInvasion -= 1;
    
set_task1.0"CountDown");
    
    return 
0;
}
public 
ev_TerroWin( )
{
    
set_hudmessage02550, -1.00.4500.02.00.05.04);
    
ShowSyncHudMsg0SyncHudMessage"Furien have embraced the planet! ^n Avenge Now!" );

    new 
iPlayers32 ];
    new 
iPlayersNum;

    
get_playersiPlayersiPlayersNum"c" );        
    for( new 
iPlayersNum i++ )
    {
        if( 
is_user_connectediPlayers] ) )
        {
            
ShakeScreeniPlayers], 3.0 );
            
FadeScreeniPlayers] , 3.023000160 );
        }
    }
}
public 
ev_CounterWin( )
{
    
set_hudmessage02550, -1.00.4500.02.00.05.04);
    
ShowSyncHudMsg0SyncHudMessage"Anti Furien have just saved humanity from conquest! ^n Raul was removed!" );

    new 
iPlayers32 ];
    new 
iPlayersNum;

    
get_playersiPlayersiPlayersNum"c" );        
    for( new 
iPlayersNum i++ )
    {
        if( 
is_user_connectediPlayers] ) )
        {
            
            
ShakeScreeniPlayers], 3.0 );
            
FadeScreeniPlayers] , 3.000230160 );

        }
    }
}

public 
TerroTeamEffects( )
{
    new 
iPlayers32 ];
    new 
iPlayersNum;
    
    
get_players(iPlayersiPlayersNum"ae""TERRORIST");
    
    for( new 
iPlayersNum i++ )
    {
        if( 
is_user_connectediPlayers] ) )
        {    
            
ShakeScreeniPlayers], 0.7 );
            
FadeScreeniPlayers] , 0.523000160 );
        }
    }
}
public 
CounterTeamEffects( )
{
    new 
iPlayers32 ];
    new 
iPlayersNum;
    
    
get_playersiPlayersiPlayersNum"ae""CT" );
    
    for( new 
iPlayersNum i++ )
    {
        if( 
is_user_connectediPlayers] ) )
        {    
            
ShakeScreeniPlayers], 0.7 );
            
FadeScreeniPlayers] , 0.500230160 );
        }
    }
}

public 
ShakeScreenid, const Float:seconds )
{
    
message_beginMSG_ONEget_user_msgid"ScreenShake" ), { 00}, id );
    
write_shortfloatround4096.0 secondsfloatround_round ) );
    
write_shortfloatround4096.0 secondsfloatround_round ) );
    
write_short1<<13 );
    
message_end( );
    
}

public 
FadeScreenid, const Float:seconds, const red, const green, const blue, const alpha )
{      
    
message_beginMSG_ONEget_user_msgid"ScreenFade" ), _id );
    
write_shortfloatround4096.0 secondsfloatround_round ) );
    
write_shortfloatround4096.0 secondsfloatround_round ) );
    
write_short0x0000 );
    
write_bytered );
    
write_bytegreen );
    
write_byteblue );
    
write_bytealpha );
    
message_end( );


__________________

Last edited by amir saiaoud; 10-26-2015 at 06:25.
amir saiaoud is offline
Send a message via Skype™ to amir saiaoud
Corabika
Junior Member
Join Date: Aug 2015
Location: Morocco
Old 10-26-2015 , 06:27   Re: [ReQ] Furien mod
Reply With Quote #4

amir saiaoud sorry and thanks
__________________

Last edited by Corabika; 10-26-2015 at 06:32.
Corabika is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 10-26-2015 , 10:59   Re: [ReQ] Furien mod
Reply With Quote #5

Are you serious?
Are you here to search for help or to earn money?
Remove that f****** adfly links if you want help. And expecially 4 times the same link.
If you need money: go get some work!
__________________


Last edited by Mordekay; 10-26-2015 at 10:59.
Mordekay is offline
Chihab Eddine
Member
Join Date: Aug 2014
Location: Morroco
Old 10-29-2015 , 09:10   Re: [ReQ] Furien mod
Reply With Quote #6

PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "CountDown Furien"
#define VERSION "1.0"
#define AUTHOR "EaGle"
#define TIME 5

new cdTime
public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_event("ResetHUD""newRound""b")
}
public 
newRound(id)
{
    if( 
task_exists1337 ) )
        
remove_task1337 )
    
    
cdTime TIME
    set_task
1.0"countdown"1337__"a"TIME )
    
set_hudmessage(17900, -1.0, -1.020.021.00.010.110)
    
show_hudmessage(0"Round will start in 5 seconds")
    
    
    return 
PLUGIN_HANDLED;
}
public 
countdown()
{
    if( 
cdTime >= )
    {
        
cdTime--
        
client_cmd0"spk ^"sound/misc/timer0%d.wav^""cdTime );
        
set_hudmessage(17900, -1.0, -1.020.021.00.010.110);   
        
show_hudmessage0"Round will start in %i seconds"cdTime )
    }
    
    else if( 
cdTime == )
    {
        
cdTime--
        
        
set_hudmessage(0,0,205, -1.0, -1.011.04.00.10.52)
        
show_hudmessage0"GO! GO! GO!" )
    }
    

__________________
Proud to be Morrocan

Last edited by Chihab Eddine; 11-03-2015 at 13:44.
Chihab Eddine is offline
Corabika
Junior Member
Join Date: Aug 2015
Location: Morocco
Old 11-06-2015 , 04:56   Re: [ReQ] Furien mod
Reply With Quote #7

i already found it Chihab Eddine
__________________
Corabika is offline
Chihab Eddine
Member
Join Date: Aug 2014
Location: Morroco
Old 11-06-2015 , 08:50   Re: [ReQ] Furien mod
Reply With Quote #8

Ok
__________________
Proud to be Morrocan
Chihab Eddine is offline
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 19:18.


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