Quote:
Originally Posted by Danielej1
message doesn't show When he types in chat: #Hello
|
well, I just tested it, seems working fine
download the smx file and drop it, dont modify it, if still doesnt work, check your logs
** also try changing this line, dunno maybe ur game doesnt recognize these colors
PHP Code:
PrintToChat(i, "\x03(Admin Chat) \x04%N\x01: \x05%s", client, sMessage);
To
PHP Code:
PrintToChat(i, "(Admin Chat) %N: %s", client, sMessage);
__________________