View Single Post
Natsheh
Veteran Member
Join Date: Sep 2012
Old 03-18-2018 , 14:49   Re: Help Please :( ?
Reply With Quote #7

Quote:
Originally Posted by Relaxing View Post
no source? noone cares
Code:
#include <amxmodx> #include <engine> new message[64]; new message1[64] = "Get the message"; new new_message[] = "Overwrite using this"; public plugin_init()     register_message(get_user_msgid("TextMsg"), "called_msg"); public called_msg(msgid, msgdest, msgargs){     get_msg_arg_string(2, message, charsmax(message));     if (equal(message, message1)){         client_print(0, print_chat, "%s", new_message);         return PLUGIN_HANDLED;     }     return PLUGIN_CONTINUE; }

This wont work unless the message is been sent by the
emessage_* natives which allows to catch up the msg.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh