AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Matrix jump v1.5 (https://forums.alliedmods.net/showthread.php?t=106826)

ot_207 10-19-2009 08:30

Matrix jump v1.5
 
1 Attachment(s)
Description:
My first idiotic plugin!
Jump like in matrix! :shock:

Modules:
Engine
HamSandWich
Core


Cvars/Commands:
// Cvars
mjump_flags "z" // Admin flag, z means all users
// Commands, this activates/ dezactivates the mjump (need the flags!)
say /mjump
say_team /mjump

Now you do not need this tutorial to Matrix Jump!
http://www.youtube.com/watch?v=g1wFQ...eature=related


Changelog:
PHP Code:

1.5 air matrix jump fixunderwater bug fixadded suggestions
1.0 
initial release 


xPaw 10-19-2009 08:33

Re: Matrix jump
 
Goooooooooooooooooooooooooooooooooood fail job!

sexiest 10-19-2009 08:34

Re: Matrix jump
 
gj! :D

alan_el_more 10-19-2009 08:35

Re: Matrix jump
 
Delete
PHP Code:

#include <amxmisc> 


ot_207 10-19-2009 08:37

Re: Matrix jump
 
Quote:

Originally Posted by alan_el_more (Post 966791)
Delete
PHP Code:

#include <amxmisc> 


Forgot to remove that :).

And thank you all for the encouragements!!!

Emilioneri 10-19-2009 09:50

Re: Matrix jump
 
Suggestion: Make a cvar something like "amx_matrixjumpadminsonly" :D

Hawk552 10-19-2009 09:51

Re: Matrix jump
 
Quote:

Originally Posted by ot_207 (Post 966782)
Description:
My first nineteenth idiotic plugin!


lazarev 10-19-2009 10:01

Re: Matrix jump
 
You should add /mjump for switch on/off matrix jump :P

Jon 10-19-2009 10:04

Re: Matrix jump
 
Is this really you? And including amxmisc doesn't make a difference.

Quote:

Originally Posted by Exolent[jNr] (Post 844008)
Whenever you #include something, that doesn't mean that it requires its own module.
The amxmisc.inc uses amxmodx natives, therefore it will use the amxmodx module.
The amxmodx.inc uses the amxmodx module.


Hawk552 10-19-2009 10:07

Re: Matrix jump
 
Quote:

Originally Posted by Jon (Post 966859)
Is this really you? And including amxmisc doesn't make a difference.

I talked about this a long time ago. It takes extra resources for the compiler to sort through and check if anything in amxmisc.inc is needed. But, on the other hand, it allows you to add stuff from amxmisc.inc quickly if you need it in the future, so it's really not important whether or not you leave it in.


All times are GMT -4. The time now is 16:36.

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