Raised This Month: $12 Target: $400
 3% 

Help Please :( ?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
akela
Junior Member
Join Date: Mar 2018
Old 03-18-2018 , 09:53   Help Please :( ?
Reply With Quote #1

Hello guys .

Can any one please tell me how i edit this .. or give me the plugin name ?


https://i.imgur.com/GPAcdIG.jpg

thnx so much for ur time
Attached Images
File Type: jpg Untitled.jpg (31.1 KB, 47 views)

Last edited by akela; 03-18-2018 at 09:54.
akela is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 03-18-2018 , 10:19   Re: Help Please :( ?
Reply With Quote #2

Do you want to remove that message, or create one of those?
__________________
Relaxing is offline
akela
Junior Member
Join Date: Mar 2018
Old 03-18-2018 , 10:23   Re: Help Please :( ?
Reply With Quote #3

i want to edit it
akela is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 03-18-2018 , 10:33   Re: Help Please :( ?
Reply With Quote #4

Post da source of glory.
__________________
Relaxing is offline
akela
Junior Member
Join Date: Mar 2018
Old 03-18-2018 , 10:59   Re: Help Please :( ?
Reply With Quote #5

what ?
akela is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 03-18-2018 , 11:10   Re: Help Please :( ?
Reply With Quote #6

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; }
__________________

Last edited by Relaxing; 03-18-2018 at 11:13. Reason: me dont know if to use 1 or 2, me like even numbers
Relaxing is offline
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
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:48.


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