26.11.2010, 13:25
Quote:
uh whats the commands for the stunts and dms?
oh almost forgot.. uhm whats the IRC for? and how to set it up? thx |
pawn Код:
#define IRC_SERVER "irc.gtanet.com" // Home server to connect to
#define IRC_PORT (6697) // Port to connect to (6697 is a secure port, make sure your IRC server supports it).
#define IRC_CHANNEL "#PlayLSX.echo" // The main echo channel where all player messages go.
#if IRC_ENABLED == 1 // Do not touch
// Keys
#define VIP_KEY "" // Password for VIP channel
#define CREW_KEY "" // Password for Admin channel
#define BOT_1_NICKNAME "m00p1"
#define BOT_1_REALNAME "Connected to LSX"
#define BOT_1_USERNAME "PlayLSX_1"
#define BOT_2_NICKNAME "m00p2"
#define BOT_2_REALNAME "Connected to LSX"
#define BOT_2_USERNAME "PlayLSX_2"
#define CHAT_CHAN "#PlayLSX" // Main chat channel (where players talk to each other, not ingame)
#define CREW_CHAN "#PlayLSX.crew" // The Admin channel
#define VIP_CHAN "#PlayLSX.vip" // The VIP channel
#define MAX_BOTS (2) // Maximum amount of bots you have.
new
gBotID[MAX_BOTS],
gGroupID;
#endif
To activate it (after setting up your IRC channels, if you connect to mine you will be kicked automatically) simply change "LOCALHOST" from 1 to 0.