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

VIP on tabscore


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tembeluu
Member
Join Date: Jan 2019
Location: London
Old 02-09-2019 , 07:42   VIP on tabscore
Reply With Quote #1

For example, flag H , to be for "VIP" who got "h" to appear in the score board
http://i66.tinypic.com/15p1yth.png
__________________
SarmaLe.LaLeagane.Ro - New Classic Server !

Last edited by tembeluu; 02-09-2019 at 07:58.
tembeluu is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-09-2019 , 08:03   Re: VIP on tabscore
Reply With Quote #2

Did you try searching? This was done 1000 times already.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Nutu_
AlliedModders Donor
Join Date: Mar 2016
Location: Germany
Old 02-09-2019 , 08:08   Re: VIP on tabscore
Reply With Quote #3

http://lmgtfy.com/?q=cs+1.6+vip+on+scoreboard
__________________
a simple act of caring creates an endless ripple.
Nutu_ is offline
Old 02-10-2019, 04:06
tembeluu
This message has been deleted by asherkin.
Old 02-10-2019, 04:07
tembeluu
This message has been deleted by asherkin.
Old 02-10-2019, 04:39
tembeluu
This message has been deleted by asherkin.
Old 02-10-2019, 04:40
tembeluu
This message has been deleted by asherkin.
tembeluu
Member
Join Date: Jan 2019
Location: London
Old 02-10-2019 , 04:43   Re: VIP on tabscore
Reply With Quote #4

simple guys,,Use google. This was done 1000 times.
solved for guys now.
__________________
SarmaLe.LaLeagane.Ro - New Classic Server !
tembeluu is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 02-10-2019 , 04:44   Re: VIP on tabscore
Reply With Quote #5

And you only needed 2 insults and 4 posts for this.
Respect.
__________________

Mordekay is offline
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 02-10-2019 , 05:09   Re: VIP on tabscore
Reply With Quote #6

expect great help from us next time you post.
DjSoftero is offline
tembeluu
Member
Join Date: Jan 2019
Location: London
Old 02-10-2019 , 05:17   Re: VIP on tabscore
Reply With Quote #7

lol,i just ask for something . U can imagine before to post i searching , but just BULLSHITS AND OLDERS THINGS! that why i post.
__________________
SarmaLe.LaLeagane.Ro - New Classic Server !
tembeluu is offline
Godofwar
AlliedModders Donor
Join Date: Dec 2015
Location: Germany
Old 02-10-2019 , 05:29   Re: VIP on tabscore
Reply With Quote #8

Code:
#include <amxmodx>
#include <hamsandwich>

#define PLUGIN_VERSION "1.0"
#define VIP_FLAG ADMIN_LEVEL_H

public plugin_init()
{
	register_plugin("Generated VIP Plugin", PLUGIN_VERSION, "AMXX-BG.info")
	register_cvar("amxxbg_vip", PLUGIN_VERSION, FCVAR_SERVER|FCVAR_SPONLY|FCVAR_UNLOGGED)
	RegisterHam(Ham_Spawn, "player", "OnPlayerSpawn", 1)
	register_message(get_user_msgid("ScoreAttrib"), "OnScoreAttrib")
}

public OnPlayerSpawn(id)
{
	if(!is_user_alive(id) || !is_user_vip(id))
		return

}

public OnScoreAttrib(iMsgId, iMsgDest, iMsgEnt)
{
	if(is_user_vip(get_msg_arg_int(1)))
		set_msg_arg_int(2, ARG_BYTE, (1<<2))
}

bool:is_user_vip(id)
	return !!(get_user_flags(id) & VIP_FLAG)
using it here: https://www.amxx-bg.info/vipgen/index.php
Godofwar is offline
Old 02-10-2019, 05:30
raizo11
This message has been deleted by raizo11.
tembeluu
Member
Join Date: Jan 2019
Location: London
Old 02-10-2019 , 06:26   Re: VIP on tabscore
Reply With Quote #9

nothing change if i put that. and with the VIP generator . how can i set , For terrorst deagle + ak47 + he + flash and vest & helmet , for CT deagle + m4a1 + he + flash + vest & helmet? i don't wanna set to have ak47+m4a1+awp etc..
__________________
SarmaLe.LaLeagane.Ro - New Classic Server !

Last edited by tembeluu; 02-10-2019 at 06:27.
tembeluu is offline
cosminvl
Member
Join Date: Mar 2013
Location: Romania
Old 02-10-2019 , 09:20   Re: VIP on tabscore
Reply With Quote #10

Incearca astea
https://forums.alliedmods.net/showth...1778?p=1241778


Quote:
#include <amxmodx>
#include <hamsandwich>

#pragma semicolon 1

static const PLUGIN[ ] = "PLUGIN";
static const VERSION[ ] = "1.0";
static const AUTHOR[ ] = "Rap";

new g_ScoreAttrib;


public plugin_init( )
{
register_plugin(PLUGIN, VERSION, AUTHOR);

RegisterHam(Ham_Spawn, "player", "HamPlayerSpawn", 0);

g_ScoreAttrib = get_user_msgid("ScoreAttrib");
}
public HamPlayerSpawn(id)
{
if( get_user_flags(id) & read_flags("u") )
{
set_user_scoreattrib(id, 4);
}
}
stock set_user_scoreattrib(id, attrib = 0)
{
message_begin(MSG_BROADCAST, g_ScoreAttrib, _, 0);
write_byte(id);
write_byte(attrib);
message_end( );
}
http://www.girlshare.ro/33050811.2
__________________


cosminvl is offline
Send a message via Yahoo to cosminvl
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 01:15.


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