User
Pass
2FA
 
 

Cerere 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 Message890
Sa[q]

[FCSB]



Status: Offline
(since 31-01-2018 18:34)
Joined: 24 Apr 2015
Posts: 823, Topics: 125
Location: Bucuresti

Reputation: 90.6
Votes: 10

 
Post Posted: 25-07-2015, 16:31:04 | Translate post to: ... (Click for more languages)

Nume: Sa[q]
Vreau un plugin in care atunci cand faci un kill saiti dea 25HP si 25 AP. Si mai vreu unu in care sa ti se regenereze singure gloantele cand faci un kill doua kill-uri etc. Sa fie amx, sma si codu acela

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


Banned


Status: Offline
(since 06-08-2015 14:49)
Joined: 16 Feb 2015
Posts: 30, Topics: 5
Location: Gura Humorului, Suceava

Reputation: -6
Votes: 2

 
Post Posted: 25-07-2015, 16:53:51 | Translate post to: ... (Click for more languages)

// HP & AP
Code:
#include <amxmodx>
#include <fun>

#define PLUGIN_NAME      "HP/AP Kill"
#define PLUGIN_AUTHORS   "YONTU"
#define PLUGIN_VERSION   "1.0"

// Health
#define HP_KILL      25
#define MAX_HP_KILL   250

// Armor
#define AP_KILL      25
#define MAX_AP_KILL   250

public plugin_init()
{
   register_plugin(PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_AUTHORS);
   
   register_event("DeathMsg", "event_DeathMsg", "ae");
}

public event_DeathMsg()
{
   new killer = read_data(1);
   new victim = read_data(2);
   new iHitSelf = (victim == killer) ? 1 : 0;
   
   if(iHitSelf)
   {
      return PLUGIN_HANDLED;
   }

   if(is_user_alive(killer))
   {
      set_user_health(killer, clamp(get_user_health(killer) + HP_KILL, 0, MAX_HP_KILL));
      set_user_armor(killer, clamp(get_user_armor(killer) + AP_KILL, 0, MAX_AP_KILL));
   }
   
   return PLUGIN_HANDLED;
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/


Code:
// Health
#define HP_KILL      25
#define MAX_HP_KILL   250

// Armor
#define AP_KILL      25
#define MAX_AP_KILL   250

De aici modifici.

Pt 'regenerarea gloantelor' foloste pluginul csdm_refil.sma


VAND / MODIFIC / CREEZ [AMXX]

Creez orice plugin LEVEL MOD pentru orice MOD de CS.
Contact: sef_yontu
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Sa[q]

[FCSB]



Status: Offline
(since 31-01-2018 18:34)
Joined: 24 Apr 2015
Posts: 823, Topics: 125
Location: Bucuresti

Reputation: 90.6
Votes: 10

 
Post Posted: 25-07-2015, 16:55:24 | Translate post to: ... (Click for more languages)

Am zia ca puneti sma, amx si codu. Ma refeream Link. Asa vreau si la regenerare gloanțe
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
YONTU
[Banned user]


Banned


Status: Offline
(since 06-08-2015 14:49)
Joined: 16 Feb 2015
Posts: 30, Topics: 5
Location: Gura Humorului, Suceava

Reputation: -6
Votes: 2

 
Post Posted: 25-07-2015, 16:57:35 | Translate post to: ... (Click for more languages)

Wtf..
Copii codul.
Creezi un fisier.txt nou si il redenumesti plugin.sma in care lipesti codul. Ce=i asa greu?


 
Staff message (-P!C@-):
 
Te rog sa ai rabdare sa explici, daca vrei sa-l ajuti o faci fara sa te enervezi daca nu stie!



VAND / MODIFIC / CREEZ [AMXX]

Creez orice plugin LEVEL MOD pentru orice MOD de CS.
Contact: sef_yontu
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
Sa[q]

[FCSB]



Status: Offline
(since 31-01-2018 18:34)
Joined: 24 Apr 2015
Posts: 823, Topics: 125
Location: Bucuresti

Reputation: 90.6
Votes: 10

 
Post Posted: 25-07-2015, 17:00:50 | Translate post to: ... (Click for more languages)

YONTU wrote:
Wtf..
Copii codul.
Creezi un fisier.txt nou si il redenumesti plugin.sma in care lipesti codul. Ce=i asa greu?

Si de unde vrei sa inteleg care e sma, amx, codu? Si care e de la regenerare gloante si HP/ AP? Fi si tu mai explicit.

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

[DEV]



Status: Offline
(since 12-03-2020 22:13)
Joined: 24 May 2014
Posts: 4042, Topics: 119
Location: ---------

Reputation: 515.9
Votes: 118

   
Post Posted: 25-07-2015, 17:35:28 | Translate post to: ... (Click for more languages)

Spoiler:



Retired from Amxmodx

0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 25-07-2015, 17:38:34 | Translate post to: ... (Click for more languages)

Poftim plugin pentru HP si refill on kill: http://www55.zippyshare.com/v/xUbn6VGi/file.html



0 0
  
Back to top
View user's profile Send private message
Sa[q]

[FCSB]



Status: Offline
(since 31-01-2018 18:34)
Joined: 24 Apr 2015
Posts: 823, Topics: 125
Location: Bucuresti

Reputation: 90.6
Votes: 10

 
Post Posted: 25-07-2015, 17:49:28 | Translate post to: ... (Click for more languages)

-P!C@- wrote:
Poftim plugin pentru HP si refill on kill: http://www55.zippyshare.com/v/xUbn6VGi/file.html

Multumesc!
Poti da T/C

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 -P!C@-, 25 July 2015 16:06



 
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 01-10-2024, 18:22:10
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x