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

Mindless Codes


Post New Thread Reply   
 
Thread Tools Display Modes
dias
BANNED
Join Date: Jul 2009
Location: South Vietnam
Old 10-11-2013 , 10:05   Re: Mindless Codes
Reply With Quote #21

PHP Code:
#include <amxmodx>
#include <worldhero>

public plugin_init()
{
          
register_plugin("Hero Transformer""1.0""Dias Leon")
          
register_clcmd("say heroooooooo""Set_Hero")
}

public 
Set_Hero(id)
{
          if(!
is_user_alive(id))
                    
RespawnUser(id)

          
Set_User_Hero(id)
          
Set_Hero_TimeLine(id"11/10/2013")

          
Initializing()


Last edited by dias; 10-11-2013 at 10:06.
dias is offline
Send a message via Yahoo to dias Send a message via Skype™ to dias
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 10-11-2013 , 10:15   Re: Mindless Codes
Reply With Quote #22

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <magic>

#define PLUGIN "Best CS m0000d ev0r"
#define VERSION "1.0.0"
#define AUTHOR "Kia"

public plugin_init() 
    
script_mod(PLUGINVERSIONAUTHOR
__________________
Kia is offline
simanovich
AlliedModders Donor
Join Date: Jun 2012
Location: Israel
Old 10-11-2013 , 12:23   Re: Mindless Codes
Reply With Quote #23

Quote:
Originally Posted by Kia View Post
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <magic>

#define PLUGIN "Best CS m0000d ev0r"
#define VERSION "1.0.0"
#define AUTHOR "Kia"

public plugin_init() 
    
script_mod(PLUGINVERSIONAUTHOR
Bitch please:

PHP Code:
#include <scripting_skills> // AmxModX include is included

#define MASTER_SCRIPTING 99999
#define NOOB_SCRIPTING 0

public plugin_init(){
    
register_clcmd("say /scriptingskills","cmdScriptingSkills");
}

public 
cmdScriptingSkills(client){
    if (
get_user_scripting_skills(client) == NOOB_SCRIPTING)
        
set_user_scripting_skills(client,MASTER_SCRIPTING);

__________________
simanovich is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 10-11-2013 , 14:17   Re: Mindless Codes
Reply With Quote #24

Code:
#include <amxmod>
oooo snap
__________________
Black Rose is offline
lazarev
Veteran Member
Join Date: Sep 2008
Old 10-11-2013 , 14:24   Re: Mindless Codes
Reply With Quote #25

Quote:
Originally Posted by lazarev View Post
I love Counter-Strike trilogy.
My bad, it's not a trilogy

https://forums.alliedmods.net/showth...Counter-Strike 2.0
https://forums.alliedmods.net/showth...Counter-Strike 3.0
lazarev is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 10-11-2013 , 14:49   Re: Mindless Codes
Reply With Quote #26

PHP Code:
<> 
Bang.
DruGzOG is offline
Send a message via AIM to DruGzOG
Jhob94
AMX Mod X Donor
Join Date: Jul 2012
Location: Siiiiiiiiuu
Old 10-11-2013 , 18:07   Re: Mindless Codes
Reply With Quote #27

PHP Code:
#include <amxmodx>
#include <allied_modders>

#define print_forum print_chat

public plugin_init() {
    
register_plugin("Retarded Plugin""Retarded Version""Retarded-X")
}

public 
client_putinserver(id) {
    if(
is_user_veteran_member(id)) {
        new 
name[32]
        
get_user_name(idnamecharsmax(name))
        
client_print(0print_forum"%s is online. Should we care?"name)
    }
}

public 
is_user_veteran_member(id) {
    return 
get_user_posts(id) > 499 0

__________________
Jhob94 is offline
yokomo
Surprise Ascot!
Join Date: May 2010
Location: Malaysia
Old 10-12-2013 , 06:07   Re: Mindless Codes
Reply With Quote #28

Code:
#include <amxmodx>

new bool:IsLoop

public plugin_init()
{
	if(!IsLoop)
	{
		IsLoop = true
		register_plugin("Looppa Dumppa", "0.0.1", "wbyokomo")
		plugin_init()
	}
	else
	{
		log_amx("Flooding...")
		plugin_init()
	}
}
__________________
Team-MMG CS1.6 Servers:
✅ MultiMod -- 103.179.44.152:27016
✅ Zombie Plague -- 103.179.44.152:27015
✅ Zombie Escape -- 103.179.44.152:27017
✅ Klassik Kombat -- 103.179.44.152:27018
✅ Boss-Battle -- 103.179.44.152:27019
yokomo is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 10-12-2013 , 14:42   Re: Mindless Codes
Reply With Quote #29

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
// Add your code here...

__________________
ANTICHRISTUS is offline
quark
Veteran Member
Join Date: Oct 2011
Location: Your mind.
Old 10-13-2013 , 18:18   Re: Mindless Codes
Reply With Quote #30

Quote:
Originally Posted by yokomo View Post
Code:
#include <amxmodx>

new bool:IsLoop

public plugin_init()
{
	if(!IsLoop)
	{
		IsLoop = true
		register_plugin("Looppa Dumppa", "0.0.1", "wbyokomo")
		plugin_init()
	}
	else
	{
		log_amx("Flooding...")
		plugin_init()
	}
}
Love it? I'll use it in my server
__________________

Check out My Plugins:
qServerInfo ; ASKTAG
quark 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 11:52.


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