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

1337 Ninja


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
PM
hello, i am pm
Join Date: Jan 2004
Location: Canalization
Old 08-29-2005 , 03:33   1337 Ninja
Reply With Quote #1

Ninja

This plugin gives people ninja style.
When its used on a player the player will walk really fast, has no footsteps, has 1337 HP, has 1337 armor, and low gravity.

Credits: Tnx to v3x, GHW Chronic and Velocity for perfecting it

Update
I added the sword.
Attached Files
File Type: zip ninja_mode.zip (128.6 KB, 1620 views)
__________________
hello, i am pm
PM is offline
mahooo60
Senior Member
Join Date: Apr 2005
Old 08-29-2005 , 05:26  
Reply With Quote #2

has a sword also??i thing on server with this plugin driving people crazy because the walker cant die with so much speed,health and armor!but if it works so gratulation!
mahooo60 is offline
darkcloud9sgl
Member
Join Date: Dec 2004
Old 08-29-2005 , 08:06  
Reply With Quote #3

he needs like a sword or something
darkcloud9sgl is offline
Sir Apocalypse
Member
Join Date: Jul 2005
Location: Finland
Old 08-29-2005 , 10:04  
Reply With Quote #4

mmm.... kind useless....
And no one can kill the 1337 ninja.
__________________
[img]http://img56.**************/img56/864/sirapocalypse1yh.gif[/img]
Sir Apocalypse is offline
Send a message via MSN to Sir Apocalypse
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 08-29-2005 , 12:17  
Reply With Quote #5

HAHAHAHA this is the best plugin EVER. I have an admin named Ninja!. He'll freak when he sees this. Thanks a lot.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Velocity36
Senior Member
Join Date: Jul 2005
Old 08-29-2005 , 13:42  
Reply With Quote #6

Great plugin however I think you should disarm them of all weapons except knife, and the knife would have a model like this.






And to disarm...

You can check admin_allinone
__________________
[img]http://img81.**************/img81/593/velocityferrari7mx.jpg[/img]
Velocity36 is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 08-29-2005 , 13:45  
Reply With Quote #7

LOL, I just realized you based this on amx_jesus. Oh well, still cool
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
Velocity36
Senior Member
Join Date: Jul 2005
Old 08-29-2005 , 18:08  
Reply With Quote #8

I got the model for you like this, I'm working on disarm

Code:
/******************************************************************** *  AMXMOD X script.                                                 * *                                                                   * *  Ninja Mode: Gives the player ninja mode                          * *  By: B0oGeYm4n                                                    * *  Plugin Command: amx_ninja <Target>                               * *  <a href="http://www.freelance-killers.tk" target="_blank" rel="nofollow noopener">http://www.freelance-killers.tk</a>                                  * *                                                                   * ********************************************************************/ #include <amxmodx> #include <amxmisc> #include <fun> #include <engine> public plugin_init()     {     register_plugin("amx_ninja","0.1","B0oGeYm4n")     register_clcmd("amx_ninja","ninja",ADMIN_KICK," <name> - user is turned into a 1337 Ninja")     register_event(" CurWeapon", "cmd_speed", "be", "1=1")     set_task(0.1,"fast",0,"",0,"b")     } public plugin_precache()     {     precache_model("models/Katana.mdl")     return PLUGIN_CONTINUE } public ninja(id,level,cid)     {     if(!cmd_access(id,level,cid,2))         {         return PLUGIN_HANDLED     }         new arg[32]     read_argv(1,arg,31)     new player = cmd_target(id,arg,1)         if (!player)         {         return PLUGIN_HANDLED     }         set_user_health(player,1337)     set_user_maxspeed(player,999.0)     set_user_footsteps(player,1)     set_user_gravity(player,0.2)     set_user_armor(player,1337)         {         new clip, ammo, wpnid = get_user_weapon(id,clip,ammo)         if (wpnid == CSW_KNIFE) {             entity_set_string(id, EV_SZ_viewmodel, "models/Katana.mdl")         }     }         new name[32]     get_user_name(player,name,31)     client_print(0,print_chat,"[AMXX] %s is now a 1337 Ninja",name)         return PLUGIN_HANDLED }
__________________
[img]http://img81.**************/img81/593/velocityferrari7mx.jpg[/img]
Velocity36 is offline
One shot dont miss!
Senior Member
Join Date: Jun 2005
Old 08-29-2005 , 23:42  
Reply With Quote #9

u could of used mine the only diference is that my assain plugin doesnt give health and armor it gives u a little invisablty speeeeed and no footsteps people love it in my server
__________________
One shot dont miss! is offline
PM
hello, i am pm
Join Date: Jan 2004
Location: Canalization
Old 08-30-2005 , 09:05  
Reply With Quote #10

Your plugin was trashed
__________________
hello, i am pm
PM 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:04.


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