Raised This Month: $ Target: $400
 0% 

enable/disable chat command


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Debesėlis
Senior Member
Join Date: Aug 2008
Location: Lithuania
Old 10-29-2013 , 12:19   Re: enable/disable chat command
Reply With Quote #5

Quote:
Originally Posted by simanovich View Post
PHP Code:
msg[id] = msg[id] ? false true
---------->
PHP Code:
msg[id] = !msg[id]; 
&
PHP Code:
msgid ] = msgid ] ? print_chatid"%L"LANG_SERVER"INFO_ON" true print_chatid"%L"LANG_SERVER"INFO_OFF" false
--------->
PHP Code:
print_chat(id,"%L",id,(msg[id] ? "INFO_ON":"INFO_OFF")); 

Quote:
Originally Posted by simanovich View Post
PHP Code:
msg[id] = !msg[id]; 
With this will be enabled by default ?
PHP Code:
msg[id] = msg[id]; 
Debesėlis is offline
 



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 23:16.


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