31.07.2012, 13:25
Hey there,
well, after my long inactive i'm back with my new simple Filter script.
How To use
all you have to do is making format message then use SendBoxMsg.
Commands
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
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;
}
Commands
pawn Code:
//========For Admins=======//
/clearbox > to clear box messages
//========For Players=======//
/boxchat > for chatting in the box > you can change it for admins

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