Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: Nihongo^ on Dec 01, 2017, 12:39 PM

Title: IRC Suggest kindly help FBS
Post by: Nihongo^ on Dec 01, 2017, 12:39 PM
Hi my friend script a server for me and he put irc which i dunno. Its not FBS i had FBS IRC Script with many admins command and i want to add it.Direct copy paste not work for me i mean dont conenct to irc. Script is loading but not connecting to IRC
so please suggest me about it

IRc coding something like
Quoteconst BotName       =   "blaht";         // The Botname

const NickServ      =   "";            // The NickServ Password

const server      =   "91.121.134.5";         // Server Ip
const port      =    6667;            // Server port

const chan      =   "#blah";         // Home channel
const pass      =   "";            // Channel password

const PREFIX      =   "!";            // The command prefix.

and i want this whic is FBS

Quote// IRC
const FBS_NICK = "blah"; // The name of the echo bot
const FBS_BPASS = "123123"; // The NickServ password of the echo bot
const FBS_SERVER = "94.23.157.172"; // The numerical ip of the irc server - this will join irc.nl.project-apollo.co.uk
const FBS_PORT = 6667;   // The port for that irc server
const FBS_CHAN = "#blah"; // The channel that you wont your echo bot to join
const FBS_CPASS = ""; // The password for that channel, if there isnt one leave it as "".
const FBS_ACHAN = "#blah";
const FBS_APASS = "blah";
Actlly its connecting to my other script ( previous one ) but not connecting to new one ( script by my friend )
Title: Re: IRC Suggest kindly help FBS
Post by: Nihongo^ on Dec 01, 2017, 06:34 PM
Hello ?
Title: Re: IRC Suggest kindly help FBS
Post by: Darran on Dec 02, 2017, 10:15 AM
Any one?? Reply
Title: Re: IRC Suggest kindly help FBS
Post by: Xmair on Dec 02, 2017, 12:41 PM
Does it show any error?
Title: Re: IRC Suggest kindly help FBS
Post by: Nihongo^ on Dec 02, 2017, 01:10 PM
nop
Quote from: Xmair on Dec 02, 2017, 12:41 PMDoes it show any error?
NO it just not loading the irc
Title: Re: IRC Suggest kindly help FBS
Post by: Retard on Dec 15, 2017, 01:18 PM
Can i be of Some Help?
Title: Re: IRC Suggest kindly help FBS
Post by: Darran on Dec 16, 2017, 04:28 AM
already fixed