[GameMode] Los Santos Xtreme [DM/Freeroam/Stunt]
#8

Quote:
Originally Posted by Ruben_pt
Посмотреть сообщение
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
Pretty self explanatory configuration, it echoes a few things to IRC such as player chat, teleports, etc. and IRC users can use commands from IRC to talk to players in-game. Please read the script to get a better understanding. At the minute the IRC system is very basic, it will be built upon at a later date to include more advanced features.

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.
Reply


Messages In This Thread
Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 26.11.2010, 12:27
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by Sconosciuto - 26.11.2010, 12:37
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by Ruben_pt - 26.11.2010, 12:39
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 26.11.2010, 12:41
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by CraZy_KiLLaH - 26.11.2010, 12:45
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 26.11.2010, 13:07
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by Ruben_pt - 26.11.2010, 13:14
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 26.11.2010, 13:25
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by Ruben_pt - 26.11.2010, 13:43
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 26.11.2010, 13:49
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by Ruben_pt - 26.11.2010, 13:51
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by luis_mendoza - 26.11.2010, 14:31
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by Fool - 26.11.2010, 14:52
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 26.11.2010, 15:30
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by CraZy_KiLLaH - 26.11.2010, 23:45
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by Ruffles. - 27.11.2010, 01:14
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 27.11.2010, 04:10
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by marmigs - 27.11.2010, 09:45
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 27.11.2010, 13:49
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by marmigs - 27.11.2010, 14:43
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 27.11.2010, 14:44
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by marmigs - 27.11.2010, 14:52
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 27.11.2010, 14:54
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by marmigs - 27.11.2010, 14:55
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 27.11.2010, 14:57
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by marmigs - 27.11.2010, 14:58
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by PlayLSX - 27.11.2010, 15:03
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by marmigs - 27.11.2010, 15:12
[No subject] - by PlayLSX - 27.11.2010, 19:30
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by Kitten - 28.11.2010, 04:09
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by RanSEE - 06.08.2012, 16:38
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by Dylancoolblue - 05.10.2012, 14:42
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by coool - 28.04.2013, 15:25
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by RanSEE - 28.04.2013, 19:17
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by ESGaming - 20.05.2013, 17:08
Re: Los Santos Xtreme [DM/Freeroam/Stunt] - by RocketBoy - 27.01.2014, 04:19

Forum Jump:


Users browsing this thread: 2 Guest(s)