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

surf_ski_2: Jail remover & Angles Fixer


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Gameplay        Approver:   Exolent[jNr] (178)
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 05-11-2009 , 13:31   surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #1

surf_ski_2
Jail Remover & Angles Fixer

By xPaw

.: Description :.
This plugin totaly removes jail on surf_ski_2, you dont even will see the jail box Also it fixes all teleporter angles, just try with plugin and without plugin to teleport, TOP1 or 2 or CT/T Spawn, and you will see difference.

See servers running this plugin
Attached Files
File Type: sma Get Plugin or Get Source (surf_ski_2_jailremover.sma - 19602 views - 2.6 KB)
__________________

Last edited by xPaw; 09-22-2011 at 09:20.
xPaw is offline
zacky
Senior Member
Join Date: Mar 2008
Location: Sweden
Old 05-11-2009 , 13:34   Re: surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #2

This plugin is cool
+karma
zacky is offline
Send a message via Skype™ to zacky
mplayerexe
Senior Member
Join Date: Dec 2008
Old 05-11-2009 , 14:03   Re: surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #3

i see on that server that u cant kill in mario
i need that plugin
mplayerexe is offline
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 05-11-2009 , 14:05   Re: surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #4

Tested and working!

Also, maybe you can fix the jump at the T and CT spawn, people stuck there alot, i do'nt know that you know what i mean...
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
crazyeffect
Veteran Member
Join Date: Jul 2008
Location: Belgium
Old 05-11-2009 , 14:06   Re: surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #5

No slashing zone (NSZ)

Search
__________________
crazyeffect is offline
Send a message via MSN to crazyeffect
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 05-11-2009 , 14:11   Re: surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #6

Quote:
Originally Posted by crazyeffect View Post
Also, maybe you can fix the jump at the T and CT spawn, people stuck there alot, i do'nt know that you know what i mean...
Impossible, its stupid mapper.
__________________
xPaw is offline
mplayerexe
Senior Member
Join Date: Dec 2008
Old 05-11-2009 , 14:24   Re: surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #7

Quote:
Originally Posted by crazyeffect View Post
No slashing zone (NSZ)

Search
no slashing zone ?
why ? maybe no kill area but that plugin doesn`t work for me ..
mplayerexe is offline
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 05-11-2009 , 14:49   Re: surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #8

You're making this in every if statement:
Code:
set_pev( iEntity, pev_classname, "info_teleport_destination" );

so making it once would be enough and better.
And I'll do something like this:
Code:
if( equal( szTargetname, "outs" ) )     copy(value, charsmax(value), "0 270 0" ); else if( equal( szTargetname, "top1" ) )         copy(value, charsmax(value), "0 270 0" ); DispatchKeyValue( iEntity, "angles", value);

Or
Code:
new g_TargetName[ ][ ] = { "outs", "top1" }; new g_Values[ ][ ] = { "0 270 0", "0 270 0" }; // ... for ( new i; i < sizeof g_TargetName; i++ )     if ( equal ( szTargetname, g_TargetName[ i ] ) )         DispatchKeyValue( iEntity, "angles", g_Values[ i ] );
__________________


Last edited by anakin_cstrike; 05-11-2009 at 14:53.
anakin_cstrike is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 05-11-2009 , 14:50   Re: surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #9

well i agree but then i will need additional 'new's wich i dont want
__________________
xPaw is offline
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 05-11-2009 , 14:54   Re: surf_ski_2: Jail remover & Angles Fixer
Reply With Quote #10

I've modifyed the post, fuck typos.
__________________

anakin_cstrike 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 13:13.


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