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

show ip address on chat


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dyxL
Senior Member
Join Date: Jul 2010
Old 07-31-2018 , 00:25   show ip address on chat
Reply With Quote #1

Every 30 seconds show server ip address on chat but need without any advertisement plugin it has to automatic detection to ip address

someone can make this ? thanks
dyxL is offline
LenHard
Senior Member
Join Date: Jan 2016
Old 07-31-2018 , 00:49   Re: show ip address on chat
Reply With Quote #2

PHP Code:
#include <sourcemod>

#pragma semicolon 1
#pragma newdecls required

public void OnMapStart() {
    
CreateTimer(30.0Timer_MessageINVALID_HANDLETIMER_REPEAT|TIMER_FLAG_NO_MAPCHANGE);    
}

public 
Action Timer_Message(Handle hTimer)
{
    
char[] sIP = new char[15];
    
FindConVar("ip").GetString(sIP15);
    
PrintToChatAll("[SM] Add the server to your favorites: \x04%s"sIP);    

Try this?
__________________
LenHard is offline
dyxL
Senior Member
Join Date: Jul 2010
Old 07-31-2018 , 09:35   Re: show ip address on chat
Reply With Quote #3

@LenHard thanks mate you are awesome!
dyxL 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 22:59.


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