Raised This Month: $ Target: $400
 0% 

reamplace hud message !


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
abdobiskra
Veteran Member
Join Date: Jul 2014
Location: Algeria
Old 11-03-2015 , 03:27   reamplace hud message !
Reply With Quote #1

Hi !
Any one tell me how to add function remplace message when i determine his place !

ex :

Code:
#include <amxmodx> #include <amxmisc>   #define MSG_POS_X 2457 #define MSG_POS_Y 4096 public plugin_init() { register_message(SVC_TEMPENTITY, "hud_text_msg") } public hud_text_msg(id) { if (get_msg_arg_int(1) == TE_TEXTMESSAGE && get_msg_arg_int(3) == MSG_POS_X && get_msg_arg_int(4) == MSG_POS_Y) // here i think ! i need some code plese }
__________________

Last edited by abdobiskra; 11-06-2015 at 08:25. Reason: Error in writing
abdobiskra is offline
Send a message via Skype™ to abdobiskra
 


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 17:56.


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