10.09.2012, 23:39
Nice, glad to see it updated. Also, there's one problem:
This is copied from SFCRRPG.^^^
Quote:
IRC Options Code:
pawn Code: //-------------------IRC---------------- //IRC OPTIONS #define USE_IRC false // Disable / Enable Irc // 1st Echo Bot #define BOT_1_NICKNAME "BACON" #define BOT_1_REALNAME "SA-MP Bot" #define BOT_1_USERNAME "Insane-Gamerz" // 2nd Echo Bot #define BOT_2_NICKNAME "EGGS" #define BOT_2_REALNAME "SA-MP Bot 2" #define BOT_2_USERNAME "Insane-Gamerz" //All bots password #define IRC_BOT_PASSWORD "lmaocheese123" // Admin Echo Bot (3rd) #define BOT_3_NICKNAME "CHIPS" #define BOT_3_REALNAME "SA-MP Bot 2" #define BOT_3_USERNAME "Insane-Gamerz" //Admin Channel password #define IRC_ADMINCHANNEL_PASSWORD "" // self explanatory #define IRC_SERVER "irc.mibbit.net" //irc server #define IRC_PORT (6667) //irc port default is (6667) #define IRC_CHANNEL "" // ur Channel #define IRC_ADMINCHANNEL "" //Ur Admin Channel #define MAX_BOTS (3) |