Raised This Month: $ Target: $400
 0% 

[Help] Client_print Problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Mr.Noobie
BANNED
Join Date: Apr 2009
Old 06-29-2009 , 03:19   [Help] Client_print Problem
Reply With Quote #1

anyone know why i can't add ^n like this:

PHP Code:
#include <amxmodx>
 
#define TIME_DELAY 100.0
#define TEXT_SAY "[AMX] Version 1.8.1, Zombie Plague Version 4.3. ^n Enjoy Your Stay."
 
public plugin_init() 
{
        
register_plugin("Information","1.0","Mr.Noobie")
        
set_task(TIME_DELAY"Information"0__"b")
}
 
public 
Information()
{
        
client_print(0print_chatTEXT_SAY)

In the gameplay the TEXT_SAY show this :

Code:
[AMX] Version 1.8.1, Zombie Plague Version 4.3.  Enjoy Your Stay.
I want it like this :

Code:
[AMX] Version 1.8.1, Zombie Plague Version 4.3. 
Enjoy Your Stay.
Mr.Noobie 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 15:27.


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