26.01.2012, 11:14
hello world,
Well I have seen it many echo's channels
my question is :
lets look at this first
u guys seen ^^
I need exactly like that , cause i cant use irc things inside SAMp functions
e.g.
If i do
^^ it wont work at all , as it will return undefined symbol for 'user'
and if i try
^^ it too wont working , as it will return undefined symbol for 'channel'
and if i do
which works as all things are completely defined in script,
But i can figure this part till if i want a message to channel , but failing to make it like sending it to a particular user only not full channel, user i mean e.g.
if some one in game do vip chat it send message to ppl on IRC having +v and above and for admin chat it will be seen by only +h above....
So either any one help me in making
(etc.. things work)where both user and channel can be worked ! inside samp functions or atleast user works
IF IT WORKS IT WILL SORT OUT MY FULL PROBLEM !!
,i will post some of my code later !
Well I have seen it many echo's channels
my question is :
lets look at this first
Quote:
How could i make that if someone sends a message on the admin chat for example, only ops can see it on the IRC channel?
I have tried it, but i could not solved this problem. Can anyone help? |
I need exactly like that , cause i cant use irc things inside SAMp functions
e.g.
If i do
Quote:
IRC_GroupSay(gGroupID, user, string); |
and if i try
Quote:
IRC_GroupSay(gGroupID, channel, string); |
and if i do
Quote:
IRC_GroupSay(gGroupID, IRC_Channel, string); |
Код:
#define IRC_channel irc.foco.co
if some one in game do vip chat it send message to ppl on IRC having +v and above and for admin chat it will be seen by only +h above....
So either any one help me in making
Код HTML:
if(IRC_IsHalfop(gGroupID, user , channel)
IF IT WORKS IT WILL SORT OUT MY FULL PROBLEM !!
,i will post some of my code later !