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

Subplugin Submission Zombie Plague - Give Full Ammo Packs


Post New Thread Reply   
 
Thread Tools Display Modes
yoonghoe
Junior Member
Join Date: Dec 2008
Old 04-01-2009 , 06:44   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #11

i dont get how u use it i typed it and then they say command not found
yoonghoe is offline
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 10-02-2009 , 09:56   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #12

Quote:
Originally Posted by yoonghoe View Post
i dont get how u use it i typed it and then they say command not found
Check if it loads correctly.


Updated to 0.2 to fix as requested in previous posts.
Sorry, I forget this plugin
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
Sufi
New Member
Join Date: Jan 2010
Old 01-19-2010 , 06:29   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #13

works great. cool
Sufi is offline
01101101
BANNED
Join Date: Nov 2009
Location: 9`su 09`n0n7e`r0f76a
Old 01-19-2010 , 09:07   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #14

L337 Version

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <zombieplague>

#define L337 2147483646
public plugin_init() 
{
    
register_plugin("[ZP] Ammo Pack Control""0.2""JoRoPiTo");
    
register_concmd("zp_fullammo""zpFullAmmo"ADMIN_KICK"<name>");
}

public 
zpFullAmmo(idlevelcid) {
    if (!
cmd_access(idlevelcid2))
        return 
PLUGIN_HANDLED;

    new 
tmp[32];
    
read_argv(1tmp31);
    new 
player cmd_target(idtmp7);
    if(!
is_user_connected(player))
        return 
PLUGIN_HANDLED;

    
zp_set_user_ammo_packs(playerL337);
    return 
PLUGIN_HANDLED;

01101101 is offline
jonnzus
Epic Member
Join Date: Oct 2010
Location: Finland
Old 10-10-2010 , 11:15   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #15

whem i put zp_fullammo.amxx to plugins-zplague (sub-plugin) and i write retart to my console, and it didnt open hdsl again, i deleted zp_fullammo from plu-zplague, i managed start hdsl again, what did i do wrong?
jonnzus is offline
Flex55
Junior Member
Join Date: Feb 2011
Location: Turkey :D
Old 03-01-2011 , 14:03   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #16

Yea i did over 30k ammo pack without any plugin or give code. But that it so good for newbies and noob admins
__________________

That's My Server! Please Visit!
Flex55 is offline
mhamadsaleh
Member
Join Date: Jan 2011
Old 03-01-2011 , 16:54   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #17

Hey i have the same orginal plugin you just changed somethings on it from

And this is the orginal plugin

PHP Code:
#include <amxmodx> 
#include <amxmisc>
#include <zombieplague> 

public plugin_init ()
{
    
register_plugin "ZP: Give Ammo""1.0.0.0.0""Arkshine" );
    
register_clcmd "zp_giveap""CmdGiveAP"ADMIN_RCON"- zp_giveap <name> <amount> : Give Ammo Packs" );
    
register_clcmd "amx_giveap""CmdGiveAP"ADMIN_RCON"- amx_giveap <name> <amount> : Give Ammo Packs" );
}

public 
CmdGiveAP idlevelcid )
{
    if ( !
cmd_access idlevelcid) )
    {
        return 
PLUGIN_HANDLED;
    }
    
    new 
s_Name32 ], s_Amount];
    
    
read_argv 1s_Namecharsmax s_Name ) );
    
read_argv 2s_Amountcharsmax s_Amount ) );
    
    new 
i_Target cmd_target ids_Name);
    
    if ( !
i_Target )
    {
        
client_print idprint_console"(!) Player not found" );
        return 
PLUGIN_HANDLED;
    }
    
    
zp_set_user_ammo_packs i_Targetmax 1str_to_num s_Amount ) ) );
    
    return 
PLUGIN_HANDLED;





If any one want the orginal one i just uploaded it
Attached Files
File Type: sma Get Plugin or Get Source (zp_extra_give_ammopaks.sma - 945 views - 989 Bytes)

Last edited by mhamadsaleh; 03-01-2011 at 16:57.
mhamadsaleh is offline
dockers
New Member
Join Date: Sep 2011
Old 09-11-2011 , 03:25   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #18

where to paste the file??
dockers is offline
dockers
New Member
Join Date: Sep 2011
Old 09-11-2011 , 03:30   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #19

Quote:
Originally Posted by joropito View Post
This plugin gives you the ability to multiply by 100 the ammo packs of a user.

Use the command: zp_fullammo USER

Updated to 0.2 (fixed as requested in thread)

Where to paste the file???
and when i type zm_fullammo it says not found
and can i use it in pub servers???
dockers is offline
hamouda123
Junior Member
Join Date: May 2013
Old 05-04-2013 , 10:54   Re: Zombie Plague - Give Full Ammo Packs
Reply With Quote #20

how to install it pleaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaase
hamouda123 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 04:02.


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