AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   MOTD message not hooking =\ (https://forums.alliedmods.net/showthread.php?t=120979)

Owyn 03-10-2010 07:46

MOTD message not hooking =\
 
PHP Code:

public plugin_init()
{
    
register_message(get_user_msgid("MOTD"), "message_MOTD");
}

public 
message_MOTD(const MsgId, const MsgDest, const MsgEntity)
{
    
log_amx("MOTD CAME! %d",MsgId);


but it not came =\ not with welcome motd nor with /top15 command, nothing =\


All times are GMT -4. The time now is 08:36.

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