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

TextMsg Conditions


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
IneedHelp
Veteran Member
Join Date: Mar 2007
Location: Argentina
Old 04-08-2008 , 00:12   TextMsg Conditions
Reply With Quote #1

PHP Code:
#include <amxmodx>
#include <amxmisc>

public plugin_init()
{
  
// ...
 
register_message(get_user_msgid("TextMsg"), "Message")
}

public 
Message(msgiddestid)
{
 new 
buffer[20];
 
get_msg_arg_string(2buffer19)

 if (
equal(buffer"....")
 {
  
// function here
 

What is the message when the hostages are rescued, vip is assesinated, and vip escapes?
__________________
IneedHelp is offline
jim_yang
Veteran Member
Join Date: Aug 2006
Old 04-08-2008 , 00:26   Re: TextMsg Conditions
Reply With Quote #2

check out "titles.txt" in your cstrike/ folder
__________________
Project : CSDM all in one - 99%
<team balancer#no round end#entity remover#quake sounds#fake full#maps management menu#players punishment menu#no team flash#colored flashbang#grenade trails#HE effect#spawn protection#weapon arena#weapon upgrade#auto join#no weapon drop#one name>
jim_yang is offline
IneedHelp
Veteran Member
Join Date: Mar 2007
Location: Argentina
Old 04-08-2008 , 00:29   Re: TextMsg Conditions
Reply With Quote #3

but sometimes isn't equal :\, or yes?
__________________
IneedHelp is offline
MeRcyLeZZ
Veteran Member
Join Date: Dec 2007
Old 04-08-2008 , 12:19   Re: TextMsg Conditions
Reply With Quote #4

Code:
public Message(msgid, dest, id) {     new buffer[20];     get_msg_arg_string(2, buffer, 19)     if (equal(buffer, "#All_Hostages_Rescued")     {         // function here     }     if (equal(buffer, "#VIP_Escaped")     {         // function here     }     if (equal(buffer, "#VIP_Assassinated")     {         // function here     } }
__________________
MeRcyLeZZ is offline
Reply



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:40.


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