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

[DELETED]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Shadowless
Member
Join Date: May 2018
Old 02-22-2019 , 16:53   [DELETED]
Reply With Quote #1

---

Last edited by Shadowless; 05-19-2019 at 05:50.
Shadowless is offline
Send a message via ICQ to Shadowless
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 02-22-2019 , 17:01   Re: Steam Tag (Players)
Reply With Quote #2

NO STEAM = NO SUPORT

Code:
stock bool:is_user_steam(id)
{
	static dp_pointer;
     
	if (dp_pointer || (dp_pointer = get_cvar_pointer("dp_r_id_provider")))
	{
		server_cmd("dp_clientinfo %d", id);
		server_exec();
		return (get_pcvar_num(dp_pointer) == 2) ? true : false;
	}
            
	return false;
}
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
PartialCloning
Senior Member
Join Date: Dec 2015
Old 02-23-2019 , 13:34   Re: Steam Tag (Players)
Reply With Quote #3

The actual issue isn't nonsteam related, but is due to the MOTD message limit. The limit is about 1536 characters. Reduce the amount of characters you're using by getting rid of all the html tags like "<font color=^"red^">". It won't look as good but it'll show more users.
PartialCloning is offline
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 02-23-2019 , 13:56   Re: Steam Tag (Players)
Reply With Quote #4

Quote:
Originally Posted by PartialCloning View Post
The actual issue isn't nonsteam related, but is due to the MOTD message limit. The limit is about 1536 characters. Reduce the amount of characters you're using by getting rid of all the html tags like "<font color=^"red^">". It won't look as good but it'll show more users.
Doesn't matter, if he runs a cracked server he should go somewhere else for support. It is against the rules.
__________________
HamletEagle is offline
Old 02-28-2019, 15:48
R4Z8R
This message has been deleted by R4Z8R.
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 13:36.


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