Raised This Month: $12 Target: $400
 3% 

[CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks


Post New Thread Closed Thread   
 
Thread Tools Display Modes
PGUkilljoy
Member
Join Date: Jan 2014
Location: USA
Old 05-20-2018 , 17:40   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#31

Or just move it to Chat-Processor instead of SCP
__________________
PGUkilljoy is offline
Zyten
Senior Member
Join Date: Jan 2018
Old 05-21-2018 , 08:23   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#32

jailbreak !lr support to take hp/armor bonus off
Zyten is offline
BraveFox
AlliedModders Donor
Join Date: May 2015
Location: Israel
Old 05-21-2018 , 10:19   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#33

Quote:
Originally Posted by PGUkilljoy View Post
Or just move it to Chat-Processor instead of SCP
Maybe, I will do it in the next update.
__________________
Contact Me:
Steam: NoyB
Discord: Noy#9999
Taking Private Requests
BraveFox is offline
PGUkilljoy
Member
Join Date: Jan 2014
Location: USA
Old 05-21-2018 , 19:23   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#34

Quote:
Originally Posted by BraveFox View Post
Maybe, I will do it in the next update.
if you do !!
__________________
PGUkilljoy is offline
Sples1
Senior Member
Join Date: Apr 2016
Location: Kitsune Lab
Old 05-22-2018 , 16:40   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#35

Hey there!
I recommend to use another way to set the HP back at EventStart. I modified your plugin like that:

When the player spawns:
Code:
CreateTimer(0.3, Timer_CheckForEvent_HP, client, TIMER_REPEAT|TIMER_FLAG_NO_MAPCHANGE);
The Timer looks like this:
Code:
public Action:Timer_CheckForEvent_HP(Handle:timer, int client)
{
	int cHealth = GetClientHealth(client);
	int cArmor = GetClientArmor(client);
	if (MyJailbreak_IsEventDayPlanned() == true)
	{
		if (cArmor != 0)
		{
			SetEntProp(client, Prop_Send, "m_ArmorValue", 0, 1);
			SetEntProp(client, Prop_Send, "m_bHasHelmet", 0);
		}
		if (cHealth > 100)
		{
			SetEntityHealth(client, 100);
		}
		return Plugin_Stop;
	}
	return Plugin_Continue;
}
It looks like this, because it change hp from gang and others too.
__________________
Developer & Scripter from Kitsune Lab
Contact me: Steam | My Plugins | Kitsune Lab

Join to the community on our Discord server.
I stopped public develops. My old/new plugins available ONLY for my Discord community.
Sples1 is offline
BraveFox
AlliedModders Donor
Join Date: May 2015
Location: Israel
Old 05-24-2018 , 10:54   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#36

If someone want I'm leaving here an admin list with support to the system(online vips),
It shows "-ROOT-" for who is root and support admin invisible(/admins 0 - visible only for admins on his rank, /admins 1 - Visible for all).
Attached Files
File Type: sp Get Plugin or Get Source (AdminList.sp - 119 views - 5.4 KB)
File Type: smx AdminList.smx (7.1 KB, 131 views)
__________________
Contact Me:
Steam: NoyB
Discord: Noy#9999
Taking Private Requests
BraveFox is offline
BraveFox
AlliedModders Donor
Join Date: May 2015
Location: Israel
Old 05-31-2018 , 04:51   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#37

Quote:
Originally Posted by PGUkilljoy View Post
if you do !!
Going to be changed with the next update
__________________
Contact Me:
Steam: NoyB
Discord: Noy#9999
Taking Private Requests
BraveFox is offline
doxxa
Junior Member
Join Date: May 2018
Old 06-12-2018 , 13:32   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#38

Hello there!
Everybody can help me how can i disable +HP and skins? Otherwise everything works. Good job bro i like ur plugin!
have a nice day
Skaterade
doxxa is offline
doxxa
Junior Member
Join Date: May 2018
Old 06-13-2018 , 07:19   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#39

Hello there!
I fixed my issues but i still have 1 problem when i add someone to vip and he open vip menu vip panel saying u have 0 days and when he reconnect to the server i need to add again to vip members someone know how can i fix it?
Have a nice day!

Last edited by doxxa; 06-13-2018 at 07:20.
doxxa is offline
Maxman530
New Member
Join Date: Jun 2018
Old 06-23-2018 , 09:18   Re: [CSGO/CSS?] Upgraded & Fixed VIP System - On Database With Perks
#40

when i try to add someone it says

[sm] client not found

but they are on the server... Any fixes?
Maxman530 is offline
Closed Thread


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:08.


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