User
Pass
2FA
 
 

[Cerere] Plugin beneficii

 
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 Message1706
DANNY*

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 17-02-2017, 21:30:43 | Translate post to: ... (Click for more languages)

Nume: Plugin beneficii
Descriere plugin: Daca se poate sa mi se faca si mie un plugin care sa contina : Un mesaj HUD " Event Beneficii Free." , si ca playerul ca primeasca 30 hp/ap pe kill si 1500$ ! Eventul sa se desfasoare intre orele 21:00 - 09:00
Alte detalii: Beneficiile sa le primeasca atat playeri cat si Adminii/Slot ( cei cu accese ) .
Exemplu: Am explicat mai sus tot . Multumesc anticipat !

0 0
  
Back to top
View user's profile Send private message
.13
[Banned user]


Banned


Status: Offline
(since 11-03-2017 08:43)
Joined: 30 Sep 2016
Posts: 657, Topics: 70
Location: Romania

Reputation: 2.4
Votes: 38

       
Post Posted: 18-02-2017, 10:05:19 | Translate post to: ... (Click for more languages)

Link Download : http://www.girlshare.ro/33904607

Instalare:

1. Fisierul beneficii.amxx il punem in addons/amxmodx/plugins

2. Fisierul beneficii.sma il punem in addons/amxmodx/scripting

3. Fisierul beneficii.html il punem in addons/amxmodx/configs

4. Dupa aceea intram in addons/amxmodx/configs/plugins.ini si jos de tot scriem beneficii.amxx

App Cvars nu are

Poza:


Nu e cum ai cerut tu dar poti sa il modifici


 
Staff message (TwisTer):
 
Nu a cerut asa ceva, iar nu citesti?




Click avatare si semnaturi la jumate de pret!
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
DANNY*

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 18-02-2017, 14:55:55 | Translate post to: ... (Click for more languages)

Eu nu am cerut un motd care sa imii arate ce grade cu beneficii am pe server. Citeste mai bine .
0 0
  
Back to top
View user's profile Send private message
DANNY*

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 22-02-2017, 20:18:26 | Translate post to: ... (Click for more languages)

BUMP
0 0
  
Back to top
View user's profile Send private message
DmC-ShOw

[DrX.Freakz Fondator]



Status: Offline
(since 16-05-2020 14:35)
Joined: 16 Nov 2015
Posts: 552, Topics: 46
Location: Galati , Matca.

Reputation: -71.2
Votes: 15

      Battletag: postrow.ID_BATTLE_NET}  Nope 
Post Posted: 23-02-2017, 08:35:00 | Translate post to: ... (Click for more languages)

#include <amxmodx>
#include <fun>
#include <cstrike>

new const flags_immune[][] =
{
"abcdefghijklmnopqrstu",
"abcdefghijkmnopqrstu",
"abcdefghijkmnopqrst",
"abcdefghijkmnopqrs",
"abcdefghijkmnopqr"
}

new const messages[][] =
{
"Se desfasoara eventul 'Beneficii Free'!",
"Eventul 'Beneficii Free' ruleaza intre orele 21 - 09!"
}

new bool:beneficii = false

public plugin_init()
{
register_event("DeathMsg", "EDeathMsg", "a");
register_event("HLTV", "RundaNoua", "a", "1=0", "2=0");
}

public RundaNoua()
check_time();

public check_time()
{
new o;
time(o, _, _);
if(21 <= o || o < 09)
{
beneficii = true;
set_hudmessage(0, 255, 0, -1.0, 0.15, 0, 5.0, 4.0);
show_hudmessage(0, messages[0]);
}
else
{
beneficii = false;
set_hudmessage(0, 255, 0, -1.0, 0.15, 0, 5.0, 4.0);
show_hudmessage(0, messages[1]);
}
}

public EDeathMsg()
{
if(!beneficii)
return;

new k = read_data(1), v = read_data(2);
if(k == v || !is_user_alive(k))
return;

for(new i = 0; i < sizeof flags_immune; i++)
{
if(get_user_flags(k) == read_flags(flags_immune[i]))
return;
}

set_user_health(k, get_user_health(k) + 20);
set_user_armor(k, get_user_armor(k) + 20);
cs_set_user_money(k, cs_get_user_money(k) + 2500);
}





Si modifici acolo ca sa dea pe kill. Sper ca te-am ajutat.



#Domnu' [D]eagle nu face flotãri , le cumpãrã gata fãcute.
#Domnu' [D]eagle a omorât 50 de teroriºti cu 2 gloanþe , primul a fost de avertizare

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

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 23-02-2017, 21:32:19 | Translate post to: ... (Click for more languages)

Cer T/C , merge , multumesc mult !
0 0
  
Back to top
View user's profile Send private message

  Topic locked


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

Locked by TwisTer, 09 March 2017 06:39



 
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 21-08-2025, 08:13:06
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password