Sari la conținut

[Plugin] Chat Links


PorcusorulMagic

Postări Recomandate

  • Descriere: Trimite pe chat mesaje cu linkul anumitor cereri (comenzi , ex: !owner)
  • Descărcare: Girlshare  Mega
  • Denumire plugin: Chat Links
  • Link oficial: -
  • Imagini (opţional): -
  • Alte precizari/detalii:  Din cauza panoramei nu mai puteti folosi weblinks respectiv webshortcuts .@sound pune asta pe toate serverele 😛 

Sursa

#include <sourcemod>
#include <sdktools>
#include <colors>

#pragma newdecls required

public Plugin myinfo =
{
name = "Chat Links",
author = "kRatoss",
description = "",
version = "1.00",
url = ""
};

public void OnPluginStart()
{
RegConsoleCmd("sm_owner", PORC);
RegConsoleCmd("sm_porc", PORC);

RegConsoleCmd("sm_grup", GRUP);
RegConsoleCmd("sm_group", GRUP);

RegConsoleCmd("sm_forum", FORUM);
RegConsoleCmd("sm_evict", FORUM);

RegConsoleCmd("sm_bans", BANS);
RegConsoleCmd("sm_sourebans", BANS);
}

// PORC
//
public Action PORC(int client, int args)
{
PrintToChat(client, " * \x03 https://steamcommunity.com/id/porcusorulmagic2/");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
PrintToChat(client, " * \x03 USE THIS LINK TO ADD PORC");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
}

// GRUP
//
public Action GRUP(int client, int args)
{
PrintToChat(client, " * \x03 https://steamcommunity.com/groups/evictro");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^");
PrintToChat(client, " * \x03 USE THIS LINK TO JOIN GROUP");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^");
}

// FORUM
//
public Action FORUM(int client, int args)
{
PrintToChat(client, " * \x03 https://evict.ro");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
PrintToChat(client, " * \x03 USE THIS LINK TO ACCES THE FORUM");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
}

// SOURCEBANS
//
public Action BANS(int client, int args)
{
PrintToChat(client, " * \x03 http://evict.eu/go/listabanuri.php");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
PrintToChat(client, " * \x03 USE THIS LINK TO SEE SOURCEBANS");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
}

 

  • Like 1

YOUTUBE | TWITCH | STEAM | TIKTOK

chX82JV.png

Link spre comentariu
Distribuie pe alte site-uri

  • snd a deblocat acest topic
  • kayn blocat și deblocat acest topic
  • kayn a blocat acest topic
Vizitator
Acest topic este acum închis pentru alte răspunsuri.
×
×
  • Creează nouă...

Informații Importante

Am plasat cookie-uri pe dispozitivul tău pentru a îmbunătății navigarea pe acest site. Poți modifica setările cookie, altfel considerăm că ești de acord să continui. Also by continuing using this website you agree with the Terms of Use and Privacy Policy.