Plugins csgo

Cauți un plugin și nu găsești? Încearcă-ți norocul în această categorie!

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Post Reply
User avatar
Rico
Membru, skill 0
Membru, skill 0
Posts: 36
Joined: 12 Jan 2018, 20:35
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Fond eXtream: 0
Contact:

01 Oct 2018, 09:07

Doresc si eu urmatoarele plugin-urii,daca se poate : plugin de !mute !gag !ban etc.. colorate
2.sursa de la plugin-ul ore_link
3.un chatlinks.. am gasit unu pe krimes.. dar primesc eroare cu undefined symbols.. (ATAT)


:flag_ro: :hearts: :white_check_mark: :kappa: :salam:
RoyalServer
User avatar
TheOne1812
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 403
Joined: 13 Apr 2018, 23:57
Detinator Steam: Da
CS Status: kRatoss#9725 @ Discord
Detinator server CS: go.strix.ro
SteamID: STEAM_0:1:65095681
Fond eXtream: 0
Location: www.strix.ro
Has thanked: 29 times
Been thanked: 17 times

01 Oct 2018, 10:49

sourcecomms - free, trebuie sa modifici puțin sursa sa le colorezi tu
ore_link - folosiți dracu mostactive, va e așa greu să modificați o comanda?
link - aia de pe kimez e făcut de mine si postată de Porcușorul Magic, dacă nu ești in stare sa copilezi o sursa imi pare rau pentru tine
╔═════ DETINATOR SI DEVELOPER ═════╗
GO.STRIX.RO
User avatar
PorcusorulMagic
Membru, skill +1
Membru, skill +1
Posts: 289
Joined: 12 Sep 2017, 17:41
Detinator Steam: Da
CS Status: Groh
Detinator server CS: ARENA.USP.RO
SteamID: STEAM_0:0:102123053
Fond eXtream: 0
Location: Piatra Neamt
Has thanked: 4 times
Contact:

01 Oct 2018, 11:18

Rico wrote: 3.un chatlinks.. am gasit unu pe krimes.. dar primesc eroare cu undefined symbols.
Uita-te atent sa fii copiat totul pentru ca eu inainte sa il postez l-am si compilat si mi-a mers fara nicio eroare. Cauta fix pe net daca chiar nu reusesti
Mai las o data sursa aici:

Code: Select all

#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_krimes", FORUM);

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

// KRATOSS
//
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/gokrimesro");
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://krimes.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://playcsgo.ro/");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
PrintToChat(client, " * \x03 USE THIS LINK TO SEE SOURCEBANS");
PrintToChat(client, " * \x02 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");
}
Daca nu reusesti sa imi dai un PM cu ce vrei sa iti pun in el. Sa incerci totusi nu sa astepti mura in gura

Si eu tot de aceeasi parere sunt , folositi mostactive , nu e greu si pare mai interesant :) .
Post Reply

Return to “Cereri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests