[FilterScript] Chat System
#1

Chat System
Here is a chat system that contains the most chat command if anyone have any suggest or found any bug feel free to post here

Commands:
/pm (To Send a private message to a player)
/pms (Toggle between block and unblock private messages)
/wc (Virtual world chat)
* nezo2001 (To put your name before the wrods like that "Nezoo is showing an example for you ")
/shout (To shout like "Stop"! (nezoo shout))
/mute (To prevent player to chat in the main chat 'With Timer' "For Rcon only you can change this to your admin information")
/unmute (To enable him to talk in the chat and kill the timer "Same as above")
/w (whisper which show the message for the near player only with radius 100 "You can change it")
/cc (Car chat to chat with the player in the car only

How to change to your admin information:
Just change this:
PHP код:
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playeridCOLOR_RED"You can't use this command"); 
To:
PHP код:
if(PlayerInfo[playerid][pAdmin] == 0)  return SendClientMessage(playeridCOLOR_RED"You can't use this command"); //Here change it to your information 
Edit: I forget to put the link
Link: http://pastebin.com/x2C7wnNA

As i said if you found any bug or you have any suggest feel free to post it here.

Please leave a feedback,
Ahmed_Nezoo
Reply


Messages In This Thread
Chat System - by nezo2001 - 19.01.2015, 10:47
Re: Chat System - by mitchellfunny1069 - 19.01.2015, 22:04
Re: Chat System - by CalvinC - 20.01.2015, 07:28
Re: Chat System - by nezo2001 - 20.01.2015, 20:38
Re: Chat System - by hossa - 25.01.2015, 17:59
Re: Chat System - by AroNix - 25.01.2015, 20:30
Re: Chat System - by MaxOkay - 20.02.2015, 20:54
Re: Chat System - by SoNikMells - 20.02.2015, 21:23

Forum Jump:


Users browsing this thread: 1 Guest(s)