[FilterScript] Simple Textdraw message box.
#1

Hey there,
well, after my long inactive i'm back with my new simple Filter script.

How To use
pawn Code:
//------Example-------//
public OnPlayerConnect(playerid)
{
   new string[128],name[24];
   GetPlayerName(playerid,name,sizeof(name));
   format(string,sizeof(string),"%s has ~g~joined ~w~the server.",name);
   SendBoxMsg(string);
   return 1;
}
all you have to do is making format message then use SendBoxMsg.

Commands
pawn Code:
//========For Admins=======//
/clearbox > to clear box messages
//========For Players=======//
/boxchat > for chatting in the box > you can change it for admins
Pictures


Downloads
http://www.solidfiles.com/d/2ebcd54a69/
http://pastebin.com/AMbEZLJ8

Bugs
none for now, find one? report it in this topic.

Warnings
you need Zeex's Processor.
https://sampforum.blast.hk/showthread.php?tid=91354
Reply


Messages In This Thread
Simple Textdraw message box. - by V_LOPE - 31.07.2012, 13:25
Re: Simple Textdraw message box. - by Majed - 31.07.2012, 13:49
Re: Simple Textdraw message box. - by V_LOPE - 31.07.2012, 13:55
Re: Simple Textdraw message box. - by Littlehelper - 31.07.2012, 14:10
Re: Simple Textdraw message box. - by XStormiest - 31.07.2012, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)