SA-MP Forums Archive
[FilterScript] Chat Channels [Channel 1-200] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Chat Channels [Channel 1-200] (/showthread.php?tid=506499)



Chat Channels [Channel 1-200] - Equuuuin0X - 13.04.2014

A simple filterscript made by me.


What is this ?

So you can chat with your friends (5 peoples by this meaning) by a simplest system.

This FS is basically used for servers who couldnt make a complicated gang system, so they can use chat channels, 1 channel for each gangs, you can increase the channels aswell.


How to edit the FS ?


To change the limited channels amount, do these things:
pawn Код:
if(strval(params) < 1 || strval(params) > 200)
change the ''200'' as many as you'd like.

How to set it up ?

To set up the FS, download it then put it in your filterscript folder. Go to server.cfg, edit the line ''filterscript chatchannel'' for example.

How to use the commands of this FS?

two commands:
/chatchannel - to change the chat's channels
/chat - to chat



download link:
http://pastebin.com/GYUrxCrj

credits:
me - scripting
samp - a_samp


Re: Chat Channels [Channel 1-200] - Ke_NiReM - 13.04.2014

Nice Work Bro


Re: Chat Channels [Channel 1-200] - Equuuuin0X - 13.04.2014

Thank you, I've updated the topic, to make it more clear.