Raised This Month: $ Target: $400
 0% 

[CS GO] SetTransmit go give player visability skill


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kondzixd
Member
Join Date: Sep 2010
Old 06-28-2015 , 04:16   [CS GO] SetTransmit go give player visability skill
Reply With Quote #1

Hi. Player number one is invisible. I give player number two ability to see invisible players.
How to do it using SetTransmit?
Code:
public OnClientDisconnect(client)
{
	SDKUnhook(client, SDKHook_SetTransmit, SetTransmit);
}

public Action:SetTransmit(client, others)
{
	if(seeKlasa[client] || seeItem[client]) //if client have ability he will see invisible players
		return Plugin_Continue;
}
It will works?
kondzixd is offline
Reply



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 09:06.


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