AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   reamplace hud message ! (https://forums.alliedmods.net/showthread.php?t=274175)

abdobiskra 11-03-2015 03:27

reamplace hud message !
 
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 }

abdobiskra 11-06-2015 04:10

Re: reamplace hud message !
 
bump !

Chihuahuax 11-06-2015 04:19

Re: reamplace hud message !
 
reamplace means?

abdobiskra 11-06-2015 08:20

Re: reamplace hud message !
 
Quote:

Originally Posted by Chihuahuax (Post 2360383)
reamplace means?

remplace
Error in writing did not pay attention

redivcram 11-06-2015 14:22

Re: reamplace hud message !
 
You want to replace a message with another if it contains something?

abdobiskra 11-07-2015 00:12

Re: reamplace hud message !
 
resivcram

Yes !


i want change it with
Sprite Countdown !

this message

http://aghl.ru/forum/download/file.php?id=3571&t=1


All times are GMT -4. The time now is 17:56.

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