Raised This Month: $ Target: $400
 0% 

Peace Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Throstur
Senior Member
Join Date: Nov 2004
Location: Iceland
Old 05-19-2006 , 14:00   Peace Plugin
Reply With Quote #1

I'd like to request a plugin which disables players from attacking, or which cancel's out all damage.

Something like amx_peace 1 would make all players do 0 damage with nades, knife guns etc... and amx_peace 0 would be normal

Thanks in advance

[if you are wondering this is for use in surf*/climb/racing maps]

* why do they even give you guns?

another idea is maybe the player can say /peace and then that player can't kill and can't be killed.
Throstur is offline
Send a message via AIM to Throstur Send a message via MSN to Throstur
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 05-19-2006 , 19:13   Re: Peace Plugin
Reply With Quote #2

Quote:
Originally Posted by Throstur
I'd like to request a plugin which disables players from attacking, or which cancel's out all damage.

Something like amx_peace 1 would make all players do 0 damage with nades, knife guns etc... and amx_peace 0 would be normal

Thanks in advance

[if you are wondering this is for use in surf*/climb/racing maps]

* why do they even give you guns?

another idea is maybe the player can say /peace and then that player can't kill and can't be killed.
You can check out my surf tools plugin for that.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
=GK=LiQuiD
Junior Member
Join Date: May 2006
Location: UK
Old 05-19-2006 , 20:27  
Reply With Quote #3

This could also be good for clan training sessions. I know people liek to mess around when trying to go through tactics and what not. This would help eliminate that.
=GK=LiQuiD is offline
Throstur
Senior Member
Join Date: Nov 2004
Location: Iceland
Old 05-19-2006 , 20:49   Re: Peace Plugin
Reply With Quote #4

Quote:
Originally Posted by Hawk552

You can check out my surf tools plugin for that.
I did, I prefer surf-olympics, sorry bout that, but I just want the no-killing thing, and it has to be toogle-able
Throstur is offline
Send a message via AIM to Throstur Send a message via MSN to Throstur
tbonus
Junior Member
Join Date: Apr 2006
Old 05-22-2006 , 22:22  
Reply With Quote #5

this is a plugin that would be nice to have for surf maps. Those that want to use guns and kill can do that but the ones that just want to surf could just type /peace or whatever and surf with godmode and not be able to kill others.
tbonus is offline
tbonus
Junior Member
Join Date: Apr 2006
Old 05-25-2006 , 23:13  
Reply With Quote #6

im not sure how complicated this is to make but it would be cool to have
tbonus is offline
DarkSnow
Senior Member
Join Date: Oct 2005
Location: 127.0.0.1
Old 05-26-2006 , 02:37  
Reply With Quote #7

Something like this...?

Code:
public plugin_init() {    register_plugin(PLUGIN, VERSION, AUTHOR)    register_clcmd("say", "HandleSay") } public HandleSay(id) {    new Speech[192]    read_args(Speech,192)    remove_quotes(Speech)    if (equali(Speech, "/peace"))       set_user_godmode(id, 1) }
__________________
DarkSnow is offline
Send a message via MSN to DarkSnow
tbonus
Junior Member
Join Date: Apr 2006
Old 05-26-2006 , 06:57  
Reply With Quote #8

can the person go around killing. we want the person to get god mode but cant kill
tbonus is offline
DarkSnow
Senior Member
Join Date: Oct 2005
Location: 127.0.0.1
Old 05-26-2006 , 12:23  
Reply With Quote #9

Quote:
Originally Posted by tbonus
we want the person to get god mode but cant kill
Then the simple answer is to give everyone in the server godmode at the same time.

Code:
for (new i=0; i<MAXPLAYERS; i++)   set_user_godmode(i, 1)
__________________
DarkSnow is offline
Send a message via MSN to DarkSnow
tbonus
Junior Member
Join Date: Apr 2006
Old 05-26-2006 , 15:17  
Reply With Quote #10

Quote:
Originally Posted by tbonus
this is a plugin that would be nice to have for surf maps. Those that want to use guns and kill can do that but the ones that just want to surf could just type /peace or whatever and surf with godmode and not be able to kill others.
For those that just want to surf and not be killed can do /peace and for those who want to kill can kill each other. its not very fair for someone to say /peace and get godmode and just kill while others cant kill him.
tbonus 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 12:41.


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