User
Pass
2FA
 
 

[Cerere] /server

 
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 Message1385
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: 13-06-2017, 14:32:30 | Translate post to: ... (Click for more languages)

Nume: /server
Descriere plugin: Cand un jucator tasteaza in chat /server sa fie conectat la un Alt Ip ( adica pe alt server )
Alte detalii: Sa contina si un Anunt pe chat din 15 in 15 secunde care sa anunte : "Scrie /server pentru a te conecta pe serverul Classic" .
Exemplu: -

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: 14-06-2017, 18:44:19 | Translate post to: ... (Click for more languages)

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

#define PLUGIN "Messages Shower"
#define VERSION "1.0"
#define AUTHOR "Alka"

#define ADVERTISING_TIME 15.0
new sv[]="jb.freakz.ro" //modifici
stock const messages [ ] [ ] =
{
   "Scrie /server pentru a te conecta pe serverul Classic",
        "Scrie /server pentru a te conecta pe serverul Classic",
        "Scrie /server pentru a te conecta pe serverul Classic",
        "Scrie /server pentru a te conecta pe serverul Classic",
        "Scrie /server pentru a te conecta pe serverul Classic"
}

public plugin_init ( )
{
   register_plugin ( PLUGIN, VERSION, AUTHOR )
        register_plugin("name","vers","auth")
        register_clcmd("say /server","connect_svr")
   
   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();
   }
}
public connect_svr(id) {
   
  client_cmd(id,"connect %s",sv)
}

Daca vrei sa customizezi mesaju , schimbi constanta


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

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: 14-06-2017, 19:59:22 | Translate post to: ... (Click for more languages)

Nu este Functional . Cand scriu /server pe chat nu se intampla nimic !
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: 16-06-2017, 09:41:24 | Translate post to: ... (Click for more languages)

Atunci foloseste xRedirect

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

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: 16-06-2017, 17:03:26 | Translate post to: ... (Click for more languages)

Am server de la TNI. Nu permit bagarea acelui plugin !
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: 18-06-2017, 12:46:22 | Translate post to: ... (Click for more languages)

This post is available in multiple languages:
(changing this will change your whole forum language)



Spoiler:
atunci incearca asta



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

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: 18-06-2017, 13:45:37 | Translate post to: ... (Click for more languages)

Cer T/C !
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 GoreSpintecatoru., 18 June 2017 12: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 15-06-2025, 19:33:27
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password