Raised This Month: $ Target: $400
 0% 

Showing text


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Rolnaaba
Veteran Member
Join Date: May 2006
Old 07-05-2007 , 14:34   Re: Showing text
Reply With Quote #1

when you download and install amxx full. If you look in your scripting folder SURPRISE!! A compiler. for your message:
Code:
/**  * Sets format for hudmessage.  * Note - as of AMX Mod X 1.61, setting the channel to -1  *  will automatically choose the next available HUD channel for a player.  */ native set_hudmessage(red=200, green=100, blue=0, Float:x=-1.0, Float:y=0.35, effects=0, Float:fxtime=6.0, Float:holdtime=12.0, Float:fadeintime=0.1, Float:fadeouttime=0.2,channel=4); /* Displays HUD message to given player. */ native show_hudmessage(index,const message[],{Float,Sql,Result,_}:...);

example usage:
Code:
set_hudmessage(0, 255, 0, -1.0, -1.0); show_hudmessage(id, "<Hudmessage>");
thats a VERY simple green hudmessage.
__________________
DO NOT PM me about avp mod.
Rolnaaba 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 21:31.


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