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

Nukem!


Post New Thread Reply   
 
Thread Tools Display Modes
SixSicSix
Senior Member
Join Date: Jan 2008
Old 04-11-2008 , 14:29   Re: Nukem!
Reply With Quote #11

Requesting fire, lots of fire, and maybe some smoke
SixSicSix is offline
NedStar
Senior Member
Join Date: Apr 2005
Location: The Netherlands
Old 04-11-2008 , 18:19   Re: Nukem!
Reply With Quote #12

Awesome, I loved this on amxx.
__________________
NedStar is offline
Send a message via MSN to NedStar
pRED*
Join Date: Dec 2006
Old 04-12-2008 , 03:08   Re: Nukem!
Reply With Quote #13

Very nice. You had public cvar and plugin version mixed up which I fixed for you.

Approved.

One thing: You should consider using a switch statement instead of the big list of ifs.
http://wiki.alliedmods.net/Introduct...tch_Statements
pRED* is offline
FunTF2Server
Veteran Member
Join Date: Apr 2008
Old 04-12-2008 , 13:13   Re: Nukem!
Reply With Quote #14

you should make it for any player (not just admin) can do a nukem, but maybe limit it to only 1 time per player.
__________________
FunTF2Server is offline
V0gelz
Senior Member
Join Date: Jun 2004
Old 04-12-2008 , 16:37   Re: Nukem!
Reply With Quote #15

i could do it, with very big delay but i like this to be a admin only fun plugin, so they can threat people etc.
__________________
V0gelz is offline
FunTF2Server
Veteran Member
Join Date: Apr 2008
Old 04-13-2008 , 05:59   Re: Nukem!
Reply With Quote #16

Quote:
Originally Posted by V0gelz View Post
i could do it, with very big delay but i like this to be a admin only fun plugin, so they can threat people etc.
could you make 2 version of it, or have cvars to let all players do it, or just admin to do it?

maybe with a cvar sm_nukem_player set to 1, all players can do a nukem, but only once every 20 minutes. and with sm_nukem_player set to 0, only admins cna do a nukem, etc.
__________________
FunTF2Server is offline
HSFighter
Veteran Member
Join Date: Aug 2007
Location: Flensburg - Germany
Old 04-13-2008 , 08:48   Re: Nukem!
Reply With Quote #17

Quote:
Originally Posted by FunTF2Server View Post
you should make it for any player (not just admin) can do a nukem, but maybe limit it to only 1 time per player.
This will be great on my 32 Slot server!
__________________



Sorry for my very bad english
Greetings HSFighter
HSFighter is offline
Send a message via ICQ to HSFighter
medick
Junior Member
Join Date: Jan 2008
Old 04-13-2008 , 21:43   Re: Nukem!
Reply With Quote #18

love the plugin! you think u can create another nukem_jk that is extended. i get tons of people that love the horror and shaking, it would make the game play in cs and tf2 more interesting if they have to endure 15+ seconds of shaking and have this feeling the world is really comming to an end.

i love launching a fake nuke with 25 seconds left on the mission time with tf2
medick is offline
HSFighter
Veteran Member
Join Date: Aug 2007
Location: Flensburg - Germany
Old 04-14-2008 , 15:14   Re: Nukem!
Reply With Quote #19

you can make a vote for nukem.
same some rtv...

Player can type "nukem" in the chat,
and when 60% (can set via C-Var) of players type this,
the nukem strike will start!

P.s. Nice Plugin... i love it
__________________



Sorry for my very bad english
Greetings HSFighter
HSFighter is offline
Send a message via ICQ to HSFighter
lamdacore
Member
Join Date: Aug 2005
Old 04-15-2008 , 02:39   Re: Nukem!
Reply With Quote #20

I have found a little bug.

in function nuke_timer()...
Quote:
for(new x=1;x<=maxplayers;x++)
{
if(IsClientConnected(x) == 1 && IsClientInGame(x) == 1) // add this
{
new rndkill = GetRandomInt(0,9);
if(rndkill == 0)
{
if(lethal == true)
{
ForcePlayerSuicide(x);
}
GetClientAbsOrigin(x, origin);
origin[2] = origin[2] - 26;
explode(origin);
}
}
}
...to prevent this little bug.
lamdacore 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 16:47.


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