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

(CSGO)friends can join off you plug-in request


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
aaron1234
Member
Join Date: Feb 2012
Old 04-16-2018 , 20:53   (CSGO)friends can join off you plug-in request
Reply With Quote #1

Trying to figure out a way or a plug-in where when you join the server it automatically types this command in your console "cl_join_advertise 2" So when their friends want to join the server they don't have to ask for an invite. thanks!

Last edited by aaron1234; 04-16-2018 at 20:54.
aaron1234 is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 04-16-2018 , 22:01   Re: (CSGO)friends can join off you plug-in request
Reply With Quote #2

i don't think its possible
__________________
8guawong is offline
cra88y
AlliedModders Donor
Join Date: Dec 2016
Old 04-17-2018 , 19:06   Re: (CSGO)friends can join off you plug-in request
Reply With Quote #3

Code:
public void OnClientPutInServer(int client)
{
	ClientCommand(client, "cl_join_advertise 2");
}
Might work, as long as they don't block the server executing commands themselves.

Other option might be to parse it and offer a reward for using it.
cra88y is offline
aaron1234
Member
Join Date: Feb 2012
Old 04-18-2018 , 21:59   Re: (CSGO)friends can join off you plug-in request
Reply With Quote #4

Quote:
Originally Posted by cra88y View Post
Code:
public void OnClientPutInServer(int client)
{
	ClientCommand(client, "cl_join_advertise 2");
}
Might work, as long as they don't block the server executing commands themselves.

Other option might be to parse it and offer a reward for using it.
Where would I put that exactly to test it out? TAhanks for your help!
aaron1234 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 10:39.


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