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

[ZP] Extra Item: Buy Nemesis v1.2


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
CarsonMotion
Junior Member
Join Date: Aug 2011
Old 08-24-2011 , 23:15   [ZP] Extra Item: Buy Nemesis v1.2
Reply With Quote #1

[ZP] Extra Item: Buy Nemesis v1.2

Buy nemesis and you will turn into a nemesis

Nemesis Cost : 50
  • No error
  • No bugs
  • No errorlogs

here is the code:
PHP Code:
/*===============================================================================
=
    
    --------------------------------
    -*- [ZP] Buy Nemesis -*-
    --------------------------------
    
================================================================================
*/

#include <amxmodx>
#include <zombieplague>
#include <fakemeta_util>
#define VERSION "1.0"

new const g_item_name[] = { "Buy Nemesis" }
const 
g_item_cost 50

// Item IDs
new g_nemesisg_has_nemesis[33]

public 
plugin_init()
{
    
register_plugin("[ZP] Buy Nemesis""1.0""fezh")
    
    
// Register the new items and store their IDs for reference
    
g_nemesis = (g_item_nameg_item_cost)        
}
// Player buys our upgrade, set the unlimited ammo flag
public zp_extra_item_selected(playeritemid)
{
    if (
itemid == g_nemesis)
        
g_has_nemesis[player] = true
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang11274\\ f0\\ fs16 \n\\ par }
*/ 

Last edited by MeRcyLeZZ; 08-25-2011 at 00:58. Reason: Removed .amxx attachment with no .sma file
CarsonMotion is offline
abdul-rehman
Veteran Member
Join Date: Jan 2010
Location: Khi, Pakistan
Old 08-25-2011 , 06:30   Re: [ZP] Extra Item: Buy Nemesis v1.2
Reply With Quote #2

That would not even compile, you ripped someone's code without giving him credit and, there are other plugins which do the job better.
__________________

My Plugins For ZP

Inactive due to College and Studies
abdul-rehman is offline
Send a message via Yahoo to abdul-rehman Send a message via Skype™ to abdul-rehman
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:59.


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