Raised This Month: $32 Target: $400
 8% 

Plugin REQ


Post New Thread Reply   
 
Thread Tools Display Modes
ASKER_CZ
BANNED
Join Date: Nov 2016
Old 09-09-2017 , 10:47   Re: Plugin REQ
Reply With Quote #11

Lestro, why don't you just contact me on steam as before when you wanna copy/paste something from my community? I can help you + also offered it many times.

Last edited by ASKER_CZ; 09-09-2017 at 10:52.
ASKER_CZ is offline
LESTRO
Member
Join Date: Jul 2017
Old 09-09-2017 , 12:40   Re: Plugin REQ
Reply With Quote #12

I also saw this on other servers. I ask for this plugin, because I thought someone could help me for free. @nhknl on the scorebord is only the Arena. If you can help me, it will be great, if you can't to this and is hard to do, i will pay someone to make it for me. Thanks, btw.

Last edited by LESTRO; 09-09-2017 at 12:41.
LESTRO is offline
ASKER_CZ
BANNED
Join Date: Nov 2016
Old 09-09-2017 , 13:09   Re: Plugin REQ
Reply With Quote #13

No you havent. Nobody has that. If you wanna copy my servers at least stop lying. Still offering you help, because im a nice guy
ASKER_CZ is offline
nhnkl159
Senior Member
Join Date: Jul 2012
Location: Israel 3>
Old 09-09-2017 , 14:09   Re: Plugin REQ
Reply With Quote #14

Helped him on private.
__________________
nhnkl159 is offline
Send a message via Skype™ to nhnkl159
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 09-09-2017 , 14:14   Re: Plugin REQ
Reply With Quote #15

I am not sure if it works.. I dont have arena server.. but it should

PHP Code:
#include <sourcemod>
#include <geoip>
#include <cstrike>
#include <multi1v1>

#pragma newdecls required
#pragma semicolon 1

public Plugin myinfo =
{
  
name "Arena Country TAG",
  
version "1.0",
  
author "ESK0",
  
description "",
  
url "www.github.com/ESK0"
};
public 
void OnPluginStart()
{
  
LoadTranslations("multi1v1.phrases");
}
public 
void Multi1v1_AfterPlayerSetup(int client)
{
  
int iArena Multi1v1_GetArenaNumber(client);
  
char szClanTag[32];
  
char sIP[26];
  
char szBuffer[3];
  
GetClientIP(clientsIPsizeof(sIP));
  
GeoipCode2(sIPszBuffer);
  
Format(szClanTagsizeof(szClanTag), "%T | %s""ArenaClanTag",LANG_SERVERiArenaszBuffer);
  
CS_SetClientClanTag(clientszClanTag);

//edit: fixed translation
Attached Files
File Type: sp Get Plugin or Get Source (multi1v1_tag.sp - 28 views - 743 Bytes)
File Type: smx multi1v1_tag.smx (4.1 KB, 23 views)

Last edited by ESK0; 09-09-2017 at 17:53.
ESK0 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode