Raised This Month: $32 Target: $400
 8% 

[req plugin]100 kill = map change[DM]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
JusTGo
Veteran Member
Join Date: Mar 2013
Old 05-30-2013 , 08:16   [req plugin]100 kill = map change[DM]
Reply With Quote #1

i m searching for plugin that whene some 1 killed 100 in dm the map change









_____________________________________________
sorry for my bad english
JusTGo is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-30-2013 , 08:30   Re: [req plugin]100 kill = map change[DM]
Reply With Quote #2

Code:
#include <amxmodx> public plugin_init() {     register_plugin("Kill 100 change map", "1.0", "Somebody");     register_event("DeathMsg", "deathmsg", "a", "1>0"); } public deathmsg() {     new id = read_data(1);     if(is_user_connected(id) && get_user_frags(id) >= 100)     {         new nextmap[32];         get_cvar_string("amx_nextmap", nextmap, charsmax(nextmap));         server_cmd("changelevel %s", nextmap);     } }
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
JusTGo
Veteran Member
Join Date: Mar 2013
Old 05-30-2013 , 08:37   Re: [req plugin]100 kill = map change[DM]
Reply With Quote #3

thnx

Last edited by JusTGo; 05-30-2013 at 11:43.
JusTGo is offline
UchihaSkills
Senior Member
Join Date: May 2013
Location: Germany
Old 02-13-2014 , 14:32   Re: [req plugin]100 kill = map change[DM]
Reply With Quote #4

I hope its working for you otherwise i can give you another one
UchihaSkills is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 02-13-2014 , 14:49   Re: [req plugin]100 kill = map change[DM]
Reply With Quote #5

if you want to share, then do it. it maybe useful even for other persons .
__________________
ANTICHRISTUS is offline
Reply


Thread Tools
Display Modes

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 06:23.


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