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 Message2082
x4fun

[Idolu Femeilor]



Status: Offline
(since 01-06-2020 13:49)
Joined: 02 Mar 2017
Posts: 63, Topics: 23
Location: Piatra Neamt

Reputation: 46.3

 
Post Posted: 20-04-2017, 14:36:54 | Translate post to: ... (Click for more languages)

Salut asi vrea si eu un plugin de benficii pentru furien ca in inagine daca aveti.
img:https://s19.postimg.org/rgrqow4kj/BAx_BPl.png

daca puteti faceti unu-l mai fain !-)

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

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 20-04-2017, 14:58:16 | Translate post to: ... (Click for more languages)

Code:
#include <amxmodx>
#include <fun>
#include <cstrike>
#define VERSION "0.1"
#pragma semicolon 1

public plugin_init( )
{
 register_plugin( "vip", VERSION, "author" );
 register_event( "DeathMsg", "EV_DeathMsg", "a" );

}

public EV_DeathMsg( )

{

   new idKiller = read_data( 1 );

   if( get_user_flags( idKiller ) == read_flags( "bitu" ) )
{
      cs_set_user_money( idKiller, cs_get_user_money( idKiller ) + 4000 );
      set_user_health( idKiller, get_user_health( idKiller ) + 30 );
      set_user_armor( idKiller, get_user_armor( idKiller ) + 30 );
}
    else if( get_user_flags( idKiller ) == read_flags( "bit" ) )
{
      cs_set_user_money( idKiller, cs_get_user_money( idKiller ) + 3000 );
      set_user_health( idKiller, get_user_health( idKiller ) + 25 );
      set_user_armor( idKiller, get_user_armor( idKiller ) + 25 );
}
}


bitu - gold (flag-uri)
bit - silver


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

1 0
  
Back to top
View user's profile Send private message
x4fun

[Idolu Femeilor]



Status: Offline
(since 01-06-2020 13:49)
Joined: 02 Mar 2017
Posts: 63, Topics: 23
Location: Piatra Neamt

Reputation: 46.3

 
Post Posted: 20-04-2017, 16:14:57 | Translate post to: ... (Click for more languages)

scuza-ma am uitat sa spun ca vreau motd.
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
GoreSpintecatoru.

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 20-04-2017, 16:15:53 | Translate post to: ... (Click for more languages)

Mai precis?Ce vrei sa scrie , unde , si cand?

Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

1 0
  
Back to top
View user's profile Send private message
x4fun

[Idolu Femeilor]



Status: Offline
(since 01-06-2020 13:49)
Joined: 02 Mar 2017
Posts: 63, Topics: 23
Location: Piatra Neamt

Reputation: 46.3

 
Post Posted: 20-04-2017, 16:21:31 | Translate post to: ... (Click for more languages)

vreau un motd in care cand scrii /beneficii in chat sa apara un tabel ca in poza asta si dupa sa pot sa-mi pun eu gradele ,beneficiile si pretul


https://s19.postimg.org/rgrqow4kj/BAx_BPl.png

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

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 20-04-2017, 16:32:07 | Translate post to: ... (Click for more languages)

Code:
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <hamsandwich>

#define PLUGIN "PLUGIN"
#define VERSION "1.0"
#define AUTHOR "AUTHOR"

#define VIP_LEVEL      ADMIN_IMMUNITY

new const gTitle[] = "Benificii VIP"

public plugin_init() {
        register_plugin(PLUGIN, VERSION, AUTHOR);
        register_clcmd("say /benificii", "Motd");
        RegisterHam(Ham_Spawn, "player", "Spawn", 1);
}

public Motd(id) {
        new iCfgDir[32], iFile[192];
       
        get_configsdir(iCfgDir, charsmax(iCfgDir));
        formatex(iFile, charsmax(iFile), "%s/benificiivip.html", iCfgDir);

        show_motd(id, iFile, gTitle);
}
- benificii vip ( MOTD )

Fisierul HTML pe care trebuie sa-l creezi e benificiivip.html pe care trebuie sa-l bagi in configs.


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

1 0
  
Back to top
View user's profile Send private message
ZPLegendary

[Mentally Stable]



Status: Offline
(since 03-10-2019 20:59)
Joined: 13 Jan 2017
Posts: 142, Topics: 7
Location: Polovragi, GJ

Reputation: 15.4
Votes: 17

     
Post Posted: 21-04-2017, 10:06:17 | Translate post to: ... (Click for more languages)

Spune-mi ce beneficii are vip-ul tau ca sa le trec in fisierul .html pentru pluginul pe care l-ai primit mai sus

Be the one, not anyone.
Currently working on Zombie Legendary 8.1


0 0
  
Back to top
View user's profile Send private message
GoreSpintecatoru.

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 21-04-2017, 10:30:03 | Translate post to: ... (Click for more languages)

Code:
<html>
<head>
<title>serverutau.freakz</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
-->
</style>
</head>
<body>
<h1><center><div align="center"><span style="font-size: 30px;"><span style="color: #FFFF00;"><strong><span style="text-decoration: underline;">Benificii Gold Member</span></strong></span></span></span></div></h2>
<h2><div align="center"><span style="font-size: 30px;"><span style="color: #FFFF00;"><strong>Pe fiecare kill primesti:30 HP/Armura si 4000$</span></strong></span></span></span></div></h2>
<h3><div align="center"><span style="font-size: 30px;"><strong><span style="color: #EEEEEE;"><span style="text-decoration: underline;">Benificii Silver Member</span></span></span></span></strong></span></span></div></h3>
<h4><div align="center"><span style="font-size: 30px;"><strong><span style="color: #EEEEEE;">Pe fiecare kill primesti:25 HP/Armura si 3000$</span></span></span></span></strong></span></span></div></h4>
</body>
</html>
aici si codu html , am incercat sa-l fac identic. Problema a fost ca nu stiam marimea textului , dar m-am orientat .


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

1 0
  
Back to top
View user's profile Send private message
ZPLegendary

[Mentally Stable]



Status: Offline
(since 03-10-2019 20:59)
Joined: 13 Jan 2017
Posts: 142, Topics: 7
Location: Polovragi, GJ

Reputation: 15.4
Votes: 17

     
Post Posted: 21-04-2017, 10:48:36 | Translate post to: ... (Click for more languages)

GoreSpintecatoru. wrote:
Spoiler:

aici si codu html , am incercat sa-l fac identic. Problema a fost ca nu stiam marimea textului , dar m-am orientat .


sau puteai sa faci asa =]]
Code:
<div style="background-color:black;background-image:url(https://s19.postimg.org/rgrqow4kj/BAx_BPl.png);background-repeat:no-repeat;background-position:center;border:1px solid black;width:1270px;height:870px;font-size:18px;">server.freakz.ro</div>


Be the one, not anyone.
Currently working on Zombie Legendary 8.1


0 0
  
Back to top
View user's profile Send private message
GoreSpintecatoru.

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 21-04-2017, 10:58:41 | Translate post to: ... (Click for more languages)

Poate vrea sa modifice codu , d-aia l-am facut asa.La tine e doar o poza

Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

1 0
  
Back to top
View user's profile Send private message
x4fun

[Idolu Femeilor]



Status: Offline
(since 01-06-2020 13:49)
Joined: 02 Mar 2017
Posts: 63, Topics: 23
Location: Piatra Neamt

Reputation: 46.3

 
Post Posted: 21-04-2017, 15:50:49 | Translate post to: ... (Click for more languages)

Multumesc am rezolvat !
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 GoreSpintecatoru., 21 April 2017 14:18



 
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 03-08-2025, 21:21:26
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password