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

when do /spec


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
xStk
Member
Join Date: Jun 2011
Old 05-12-2012 , 11:06   when do /spec
Reply With Quote #1

hey i need that when some one do /spec

that will kill him

when ill do /spec and its will kill me
thanks ;D
xStk is offline
Old 05-12-2012, 11:32
quark
This message has been deleted by quark.
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 05-12-2012 , 11:33   Re: when do /spec
Reply With Quote #2

Code:
#include <amxmodx> #include <amxmisc> public plugin_init()     register_clcmd("say /spec", "CmdKill"); public CmdKill(id) {     if(is_user_alive(id)) {         user_kill(id);     } }
__________________

Last edited by kramesa; 05-12-2012 at 11:55.
kramesa is offline
Bilal Pro
Senior Member
Join Date: Mar 2012
Location: Holland
Old 05-12-2012 , 13:06   Re: when do /spec
Reply With Quote #3

Quote:
Originally Posted by kramesa View Post
Code:
#include <amxmodx> #include <amxmisc> public plugin_init() &nbsp;&nbsp;&nbsp;&nbsp;register_clcmd("say /spec", "CmdKill"); public CmdKill(id) { &nbsp;&nbsp;&nbsp;&nbsp;if(is_user_alive(id)) { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;user_kill(id); &nbsp;&nbsp;&nbsp;&nbsp;} }
Why aint you using user_silentkill?, no one wants to see a message that he died, its not a suicide either
__________________
  • Point System with rank titles for sale [X] [100% private]
  • VIP Menu for sale [X] [100% private]
  • HnS shop more features for sale [X] [100% private]
Contact: Bilalzaandam1234, on steam if you are interested.
Bilal Pro is offline
TRUE RED
Senior Member
Join Date: Mar 2012
Location: Ukraine
Old 05-14-2012 , 10:55   Re: when do /spec
Reply With Quote #4

after typing /spec it kills me and after next round i am not spectator. i stay in CT team as i was before.
TRUE RED is offline
Send a message via ICQ to TRUE RED Send a message via Skype™ to TRUE RED
mazmaajinsh
Senior Member
Join Date: Apr 2005
Location: Latvia
Old 05-14-2012 , 11:02   Re: when do /spec
Reply With Quote #5

That's because he asked for a plugin, that just kills him.

This will change team: http://forums.alliedmods.net/showpos...78&postcount=3
__________________
Ahujena
mazmaajinsh is offline
TRUE RED
Senior Member
Join Date: Mar 2012
Location: Ukraine
Old 05-14-2012 , 11:23   Re: when do /spec
Reply With Quote #6

thanks mazmaajinsh I found a bug or nonsense. when i'm dead i can type /ct or /t and i'll become alive. i think that's not a good way. if someone can make a simple plugin that will transfer alive player to spec ONLY! previous version http://forums.alliedmods.net/showpos...78&postcount=3

Last edited by TRUE RED; 05-15-2012 at 17:07.
TRUE RED is offline
Send a message via ICQ to TRUE RED Send a message via Skype™ to TRUE RED
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 07:00.


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