set_msg_block argument "iMessage"
Hello, lads! I need help with set_msg_block argument number one - "iMessage".
Code:
set_msg_block(114, BLOCK_SET)114 is message id. Question is where can i find all messages id? I found only this: All HL engine messages from: https://wiki.alliedmods.net/Half-Life_1_Engine_Messages All HL events from: https://wiki.alliedmods.net/Half-Life_1_Game_Events But those links does not contains message id 114. Where it comes from? |
Re: set_msg_block argument "iMessage"
get_user_msgid("YourMessagetNameHere")
|
Re: set_msg_block argument "iMessage"
Quote:
|
Re: set_msg_block argument "iMessage"
http://amxmodx.org/api/amxmodx/get_user_msgid
Yes, it return the message index. Also, you should not hardcode their values(114 tells nothing to others), it's unreadable. You should always use get_user_msgid. |
| All times are GMT -4. The time now is 22:15. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.