View Single Post
GoldNux
Senior Member
Join Date: Mar 2018
Old 03-11-2018 , 09:11   Re: [REQ] Display top15 instead of motd
Reply With Quote #7

Quote:
Originally Posted by indraraj striker View Post
just remove motd.txt from cstrike folder

Add this plugin

PHP Code:

#include < amxmodx >

public client_putinserver(id)
{
  
set_task(2.0,"show_top",id);
}

public 
show_top(id)

   if(
is_user_connected(id))
    
client_cmd(id,"say /top15");

Thank you mate.
__________________
Try my version of de_dust2, I think it's great and you should check it out!
https://gamebanana.com/mods/83731
GoldNux is offline