View Single Post
Re: JK-Botti 1.44-beta Src Code Unofficial WIP
Old
  (#3)
RoboCop
vBulletin Veteran
 
RoboCop's Avatar
 
Status: Offline
Posts: 215
Join Date: Feb 2013
Location: Dundee, Scotland
Default Re: JK-Botti 1.44-beta Src Code Unofficial WIP - 14-09-2016

Alright so far I think I got that part fixed. But I need to look over on the mod_id compile error in bot_start.cpp:-

Code:
bot_start.cpp: In function ‘void BotStartGame()’:
bot_start.cpp:36:1: error: expected initializer before ‘if’
 if (mod_id == DMC_DLL)
 ^
bot_start.cpp:105:2: error: ‘else’ without a previous ‘if’
  else
  ^
bot_start.cpp:108:5: error: ‘pBot’ was not declared in this scope
     pBot->not_started = 0;





vBulletin Webmaster since 2001
  
Reply With Quote