check if new user connects
how can i check if any user with flag ADMIN_LEVEL_H
has connect? i want to show them a motd when they connect |
Re: check if new user connects
check if the user has the flag "ADMIN_LEVEL_H" on client_putinserver(id), if he has is then simply show a motd.
|
Re: check if new user connects
PHP Code:
|
Re: check if new user connects
You can't show a motd when a player connect...
|
Re: check if new user connects
You can block default motd (motd.txt) and show custom motd.
Check this thread for blocking welcome motd: https://forums.alliedmods.net/showthread.php?t=68673 |
Re: check if new user connects
will it work this way?
PHP Code:
|
Re: check if new user connects
PHP Code:
|
Re: check if new user connects
will this also work?
PHP Code:
|
Re: check if new user connects
Please don't code if you don't know. ShowMotd is never called.
|
Re: check if new user connects
Quote:
|
| All times are GMT -4. The time now is 05:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.