Raised This Month: $ Target: $400
 0% 

Show message


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-08-2009 , 09:51   Re: Show message
Reply With Quote #1

Show your whole code
__________________
Bugsy is offline
One
Veteran Member
Join Date: Oct 2008
Location: Hardstyle-eSports.de
Old 04-08-2009 , 09:55   Re: Show message
Reply With Quote #2

PHP Code:
public show_level(id)
{
    switch(
Level)
    {
        case 
1:
        {
            new 
message[64];
            
format(message,63,"[=======status : ====== ]");
            
show_message(id,message);

        }
        case 
2:
        {
            
//set_hudmessage(255,255,0,0.75,0.05,0, 1.0, 1.0, 0.1, 0.2, 13);
            //show_hudmessage(0, "lol");
        
}
        case 
3:
        {
            
//set_hudmessage(255,255,0,0.75,0.05,0, 1.0, 1.0, 0.1, 0.2, 13);
            //show_hudmessage(0, "lol");
        
}
    }
}
public 
show_message(id,text[]) 
{
    
message_begin(MSG_ONE,MSG_ONE,{0,0,0},id);
    
write_byte(1);
    
write_string(text);
    
message_end();

hmm did i forget anything??
__________________
One is offline
Send a message via ICQ to One Send a message via AIM to One Send a message via MSN to One Send a message via Yahoo to One Send a message via Skype™ to One
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 02:23.


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