User
Pass
2FA
 
 

[rezolvat]modificare plugin

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Plugins - Help / Support
Author Message582
Zpa.Apocalipsa
[Banned user]


Banned


Status: Offline
(since 04-01-2016 22:46)
Joined: 15 Dec 2015
Posts: 117, Topics: 35
Location: Barlad

Reputation: 78.5
Votes: 5

     
Post Posted: 04-01-2016, 20:49:05 | Translate post to: ... (Click for more languages)

salut folosesc acet plugin la VIP pt armura cne detine gold member are acces la un meniu vip si este si armua asta in meniu as vrea sa o fac limitata sa o poata cumpara doar 1 data pe runda

Spoiler:





Casuta Vocala: >>> zpa


Zpa.Freakz.Ro

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
EDUTz

[HardcoreAmxxScripter]



Status: Offline
(since 15-08-2021 16:34)
Joined: 27 Dec 2010
Posts: 4306, Topics: 244
Location: Jud. Miserupia, sat Bagadanc

Reputation: 4085
Votes: 179

         
Post Posted: 04-01-2016, 22:31:47 | Translate post to: ... (Click for more languages)

/*================================================================================

-------------------------------------------------
-*- [ZP] Extra Item: Anti-Infection Armor 1.0 -*-
-------------------------------------------------

~~~~~~~~~~~~~~~
- Description -
~~~~~~~~~~~~~~~

This item gives humans some armor that offers protection
against zombie injuries.

================================================================================*/

#include <amxmodx>
#include <fakemeta>
#include <zombieplague>
#include <zmvip>

/*================================================================================
[Plugin Customization]
=================================================================================*/

new const g_item_name[] = { "Armura Anti-Infectie" }
new const g_item_description[] = { "Te Protejeaza De Lovituri" }
const g_item_cost = 25

new const g_sound_buyarmor[] = { "items/tr_kevlar.wav" }
const g_armor_amount = 300
const g_armor_limit = 1300
new cumparathp[33]
/*============================================================================*/

// Item IDs
new g_itemid_humanarmor

public plugin_precache()
{
precache_sound(g_sound_buyarmor)
}

public plugin_init()
{
register_plugin("[ZP] Extra: Armura Anti-Infectie", "1.0", "MeRcyLeZZ")
register_event("HLTV", "event_round_start", "a", "1=0", "2=0");
g_itemid_humanarmor = zv_register_extra_item( g_item_name, g_item_description, g_item_cost, ZP_TEAM_HUMAN)
}

public event_round_start()
{
for (new i = 0; i < get_maxplayers(); i++)
{
cumparathp[i] = 0
}
}

// Human buys our upgrade, give him some armor
public zv_extra_item_selected(player, itemid)
{
if ((itemid == g_itemid_humanarmor) && (cumparathp[player] == 0))
{
set_pev(player, pev_armorvalue, float(min(pev(player, pev_armorvalue)+g_armor_amount, g_armor_limit)))
engfunc(EngFunc_EmitSound, player, CHAN_BODY, g_sound_buyarmor, 1.0, ATTN_NORM, 0, PITCH_NORM)
cumparathp[player] = 1;
}
if ((itemid == g_itemid_humanarmor) && (cumparathp[player] == 1))
client_print(player, print_chat, "[ZP] Nu mai poti cumpara Armura !")
}




Pentru pluginuri complicate le fac cu $$ pe paypal/psc. PM

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Zpa.Apocalipsa
[Banned user]


Banned


Status: Offline
(since 04-01-2016 22:46)
Joined: 15 Dec 2015
Posts: 117, Topics: 35
Location: Barlad

Reputation: 78.5
Votes: 5

     
Post Posted: 04-01-2016, 22:51:42 | Translate post to: ... (Click for more languages)

functioneaza multumesc - poti da T/C




Casuta Vocala: >>> zpa


Zpa.Freakz.Ro

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID

  Topic locked


Topic is closed, you cannot post any messages in it anymore

Locked by EDUTz, 05 January 2016 11:35



 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Plugins - Help / Support  


The time now is 19-05-2024, 21:03:59
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password