Raised This Month: $ Target: $400
 0% 

print_center help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Costin83
Senior Member
Join Date: Jul 2008
Location: Romania
Old 08-05-2009 , 06:46   print_center help
Reply With Quote #1

HTML Code:
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Messag3"
#define VERSION "0.1"
#define AUTHOR "80T"
 
public plugin_init()
{
 register_plugin(PLUGIN, VERSION, AUTHOR)
 register_event("ResetHUD", "event_spawn", "b")
}
public event_spawn(id)
{
 client_print(id, print_center, "M^ne^ns^ns^na^ng^n3")
 return PLUGIN_CONTINUE
}
 
 
I don't know what is wrong in this code but I can't get a "print_center" message to be displayed VERTICAL

I just want to make a verry simple plugin that will display a vertical center message to every player when he spawns...
Costin83 is offline
Send a message via Yahoo to Costin83
 


Thread Tools
Display Modes

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 18:24.


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