Raised This Month: $51 Target: $400
 12% 

chat


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
InteX01
Senior Member
Join Date: Jan 2017
Old 05-13-2018 , 14:47   chat
Reply With Quote #1

can somebody make, chat like admin chat..
but umm
when u use lets say,,, "say /f (text)", then it sends that (text) message or whatever, to all players who have f_chat[id] = 1
InteX01 is offline
WhiteFang1319
Senior Member
Join Date: Jan 2017
Old 05-13-2018 , 16:03   Re: chat
Reply With Quote #2

You'll need to post the plugin that has the f_,chat[id] = 1 , cvar or w/e it is, so that people may help you
WhiteFang1319 is offline
InteX01
Senior Member
Join Date: Jan 2017
Old 05-15-2018 , 09:54   Re: chat
Reply With Quote #3

imm, i dont need help, i posted request.
and i think im pretty clear,

when someone type in say /f message

only the players with f_chat[id] = 1 or whatever, could see that message
InteX01 is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 05-15-2018 , 10:05   Re: chat
Reply With Quote #4

Quote:
Originally Posted by InteX01 View Post
imm, i dont need help, i posted request.
and i think im pretty clear,

when someone type in say /f message

only the players with f_chat[id] = 1 or whatever, could see that message
Don't be rude here , if it's a request not a modification then as you are saying "you are sure u asked it properly" .. can i ask where you defined the fuction or told us when or how players get fchat[id] =1 ??

Explain properly or leave
instinctpt1 is offline
InteX01
Senior Member
Join Date: Jan 2017
Old 05-15-2018 , 15:42   Re: chat
Reply With Quote #5

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

new f_chat[33] = 0

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /iwantfchat""fchatgive")
}

public 
fchatgive(id)
{
    
f_chat[id] = 1

InteX01 is offline
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 18:30.


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