User
Pass
2FA
 
 

[rezolvat]Cerere plugin info

 
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 Message772
BoGdanCoFcd

[Doar Dinamo]



Status: Offline
(since 24-09-2019 18:10)
Joined: 28 Jul 2014
Posts: 3969, Topics: 775
Location: Poarta Alba

Reputation: 311.9
Votes: 1145

   
Post Posted: 14-04-2015, 06:56:02 | Translate post to: ... (Click for more languages)

Cand scrii /info sa-ti apara motd-ul acesta.
Si sa apara un mesaj odata la 12-13 min cu : Daca vrei sa afli mai multe despre server tasteaza /info !
Spoiler:



Am scos motd-ul care aparea cand te conectai pe server(posibil sa fi fost de la asta owerfllow)

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


Banned


Status: Offline
(since 21-04-2015 09:02)
Joined: 11 Apr 2015
Posts: 45, Topics: 9
Location: Romania

Reputation: 30.2
Votes: 33

 
Post Posted: 14-04-2015, 11:19:06 | Translate post to: ... (Click for more languages)

Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "Fantasy"

#define ADVERTISING_TIME 500.0

stock const messages[][] = {                           
   
   "Daca vrei sa afli mai multe despre server tasteaza /info !",
   ""
}


public plugin_init() {
   register_plugin(PLUGIN, VERSION, AUTHOR)
   
   set_task(ADVERTISING_TIME, "show_messages", _, _, _,"b");
   
}


public show_messages()
{
   new Buffer[256];
   formatex(Buffer, sizeof Buffer - 1, "^x04%s", messages[random(sizeof messages)]);
   
   new players[32], num, id;
   get_players(players, num);
   
   for(new i = 0 ; i < num ; i++)
   {
      id = players[i]
     
      message_begin(MSG_ONE, get_user_msgid("SayText"), _, id);
      write_byte(id);
      write_string(Buffer);
      message_end();
   }
}



#define ADVERTISING_TIME 500.0 de aici iti modifici timpul in secunde

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: 14-04-2015, 11:54:22 | Translate post to: ... (Click for more languages)

Poftim pluginul: http://www.girlshare.ro/34664693.8 Tastezi /info iar pentru mesaj poti seta din amxx.cfg sa iti apara la ce interval de timp vrei.(mai bine pui un mesaj in messages.ini sau advertisments.ini)



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

[Licensed to kill]



Status: Offline
(since 04-11-2019 15:30)
Joined: 28 Dec 2013
Posts: 7058, Topics: 351
Location: England

Reputation: 99.3
Votes: 483

Post Posted: 26-04-2015, 22:55:41 | Translate post to: ... (Click for more languages)

hai ca ti-l fac repede aici

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

public plugin_init( )
{
   register_plugin( "ShowMotd", "1.0", "author" );
   
   register_clcmd("say /info","ShowMotd")
}

public ShowMotd(id)
{
 show_motd(id, "addons/amxmodx/configs/nume.html")
}
public client_authorized(id)
{
 set_task(600.0, "PrintText" ,id)
}
public PrintText(id)
{
 client_print(id, print_chat, "Daca vrei sa afli mai multe despre server tasteaza /info !")
}

Te sfatuiesc sa imbini acest plugin cu altu de pe server. Schimbi tu numele fisierului .html si locul din sma

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 EDUTz, 15 May 2015 13:08



 
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-04-2025, 22:29:26
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