AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   DMC MiniMod (https://forums.alliedmods.net/showthread.php?t=111243)

Gun$linger 12-08-2009 17:17

DMC MiniMod
 
3 Attachment(s)
Devil May Cry MiniMod
v.1.0

Info:
Knife Mod with weapons from DMC + Respawn:
Ebony & Ivory
Holly Water
Coyote-A
Yamato
Pandora

Player's have: 250 HP, 200 AP, Gravity 0.4
Deamon's have: 3000HP, 500 AP, Low-Grav, M4A1 with 30 bullets


Changelog:
1.1;
Color Shells'
Weapons: Pandora (green shell),
Coyote-A (blue shell) ,
Deamon (new model + orange shell) ,
New Menu,



Install:
1. Copy "cstrike" do "counter-strike"
2. In "plugins.ini" write "dmc.amxx"

Cvar's:
amx_ebony_cost 3000 /cost Ebony & Ivory
amx_woda_cost 200 /cost Holly Water
amx_pan_cost 8000 /cost Pandory
amx_coy_cost 4000 /cost Coyote-A
amx_demon_cost 16000 /cost Deamon

Command's:
say /menu
Screen:
CT: Vergil Model
TT: Dante Model

[IMG]http://img11.**************/img11/8216/dantea.png[/IMG]


*Sorry for my English :P
I'm Practice...

YamiKaitou 12-08-2009 17:20

Re: DMC MiniMod
 
Attach the SMA seperatly. Attach the models in a ZIP file. Do Not attach the AMXX file.

floatman 12-10-2009 08:54

Re: DMC MiniMod
 
Well... the code isn't perfect:
1.
PHP Code:

/home/groups/amxmodx/tmp3/phpBBHngS.sma(194) : warning 217loose indentation
/home/groups/amxmodx/tmp3/phpBBHngS.sma(197) : warning 217loose indentation
/home/groups/amxmodx/tmp3/phpBBHngS.sma(214) : warning 217loose indentation 

/home/groups/amxmodx/tmp3/phpBBHngS.sma(234) : warning 217: loose indentation[/php]
Solve those warnings.

2. Don't use FAKEMETA things instead of fun natives.
3. Use pcvars.
4.
PHP Code:

    if (!is_user_connected(id) || is_user_alive(id) || cs_get_user_team(id) == CS_TEAM_SPECTATOR){
        return 
PLUGIN_CONTINUE
    


{ and } are useless:
PHP Code:

if( !is_user_connected(id) || is_user_alive(id) || cs_get_user_team(id) == CS_TEAM_SPECTATOR)
return 
PLUGIN_CONTINUE

5. If you included hamsandwich, use hamsandwich hooks instead of DeathMsg event.

ServO 12-10-2009 10:10

Re: DMC MiniMod
 
Good job!

But could do add on Descriprion at your toptic, so those people that reading this plugin, could know what the plugin is based on?

Thanks!

YamiKaitou 12-10-2009 11:46

Re: DMC MiniMod
 
Last warning. Do not upload the AMXX file. The whole addons folder has been deleted from the ZIP archive.

Gun$linger 12-11-2009 11:33

Re: DMC MiniMod
 
I'm sorry, this is my first plugin...
Next time i correct plugin, and I don't upload .amx

* Again sorry 4 my English...

Zombiezzz 12-12-2009 11:16

Re: DMC MiniMod
 
PHP Code:

case : {
client_cmd(id"he")
}
 
 
 
    }
    return 
PLUGIN_HANDLED
   


Im not an expert but is that right?

floatman 12-12-2009 13:14

Re: DMC MiniMod
 
Quote:

Originally Posted by Zombiezzz (Post 1014527)
PHP Code:

case : {
client_cmd(id"he")
}
 
 
 
    }
    return 
PLUGIN_HANDLED
   


Im not an expert but is that right?

rofl
Gun$liger, first you must learn the functions, and then, you can do plugins.
I think this plugin will be unapproved.

Anonymous 12-12-2009 15:47

Re: DMC MiniMod
 
Quote:

Originally Posted by floatman (Post 1014683)
rofl
Gun$liger, first you must learn the functions, and then, you can do plugins.
I think this plugin will be unapproved.

Likely

Zombiezzz 12-12-2009 21:27

Re: DMC MiniMod
 
oo apples on a cow! i was right. lol


All times are GMT -4. The time now is 00:45.

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