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

Removed


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
r14170
Veteran Member
Join Date: Dec 2009
Old 03-27-2010 , 15:25   Removed
Reply With Quote #1

Removed by R14170.

Last edited by r14170; 08-10-2011 at 17:00. Reason: removed
r14170 is offline
Lw.
Member
Join Date: Mar 2010
Old 03-27-2010 , 15:32   Re: R14170`s BlockMaker Public
Reply With Quote #2

thx you.
Lw. is offline
CreePs-
Member
Join Date: Aug 2009
Old 03-27-2010 , 16:09   Re: R14170`s BlockMaker Public
Reply With Quote #3

you can add ice bhop

PHP Code:
actionOnIceBhop(id)
{
    new 
taskid TASK_ICE id;
    
    if (!
gbOnIceBhop[id])
    {
        
//save players maxspeed value
        
gfOldMaxSpeed[id] = get_user_maxspeed(id);
        
        
//make player feel like they're on ice
        
entity_set_float(idEV_FL_friction0.15);
        
set_user_maxspeed(id600.0);
        
        
//player is now 'on ice'
        
gbOnIceBhop[id] = true;
    }
    
    
//remove any existing 'not on ice' task
    
if (task_exists(taskid))
    {
        
remove_task(taskid);
    }
    
    
//set task to remove 'on ice' effect very soon (task replaced if player is still on ice before task time reached)
    
set_task(0.1"taskNotOnIce"taskid);

__________________
CreePs- is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 03-27-2010 , 16:35   Re: R14170`s BlockMaker Public
Reply With Quote #4

Don't know if it works, first Action xD

3D Block

PHP Code:
// 3d block
action3Dblock(id)
{
    if (
halflife_time() >= gf3DblockTimeOut[id])
    {
        
set_viewidCAMERA_3RDPERSON );
        
        
set_task(10.0,"3dperson"id);
        
        
gf3DblockTimeOut[id] = halflife_time() + 0.5;
    }
}

public 
3dperson(id)
{
    
set_viewidCAMERA_NONE );

__________________
Retired.

Last edited by Xalus; 04-02-2010 at 07:36.
Xalus is offline
r14170
Veteran Member
Join Date: Dec 2009
Old 03-27-2010 , 16:40   Re: R14170`s BlockMaker Public
Reply With Quote #5

i dont know

Last edited by r14170; 04-22-2015 at 16:49. Reason: i dont know
r14170 is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 03-27-2010 , 16:46   Re: R14170`s BlockMaker Public
Reply With Quote #6

public 3dperson(id)
nope ;)
__________________
Retired.
Xalus is offline
Whaat93
Senior Member
Join Date: Mar 2010
Old 03-27-2010 , 17:15   Re: R14170`s BlockMaker Public
Reply With Quote #7

bm_block_speedbost_pole error...
when i copy some mdl and rename it to bm_block_speedbost_pole i get the same error...fix?
Whaat93 is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 03-27-2010 , 17:22   Re: R14170`s BlockMaker Public
Reply With Quote #8

Give error.
__________________
Retired.
Xalus is offline
Whaat93
Senior Member
Join Date: Mar 2010
Old 03-27-2010 , 18:46   Re: R14170`s BlockMaker (BETA) 1.3
Reply With Quote #9

Xalus: you want my code error or does u have error...?
Whaat93 is offline
CreePs-
Member
Join Date: Aug 2009
Old 03-27-2010 , 19:49   Re: R14170`s BlockMaker (BETA) 1.3
Reply With Quote #10

here XP block 75 XP work only with exolent xp mod

PHP Code:
actionXP(idOverrideTimer)
{

    
        new 
Float:fTime halflife_time();
    
        if (
fTime >= g_xp_next_use[id] || OverrideTimer)
        {
        if ( 
get_user_team id ) == )
        {
        
hnsxp_add_user_xp(id75);
        
set_hudmessage(255255255, -1.0, -1.006.04.0);
        
ColorChat(idRED"^x04[XP]^x03 You gained^x04 75XP^x03 !");
        }
    
            
g_xp_next_use[id] = fTime get_cvar_float("bm_xpcooldown");
    }
    else
    {
        
set_hudmessage(gHudRedgHudGreengHudBluegfTextXgfTextYgHudEffectsgfHudFxTimegfHudHoldTimegfHudFadeInTimegfHudFadeOutTimegHudChannel);
        
show_hudmessage(id"XP Block Next Use 1 Round");
    }

__________________
CreePs- 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 22:14.


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