View Single Post
pBot->pBotEnemy->v.netname causing crash
Old
  (#1)
bomberman
Guest
 
Status:
Posts: n/a
Default pBot->pBotEnemy->v.netname causing crash - 04-07-2004

Code:
if (strstr(bot_kill[kill_index], "%s") != NULL)  // is "%s" in whine text?
sprintf(msg, bot_kill[kill_index]/*, STRING(pBot->pBotEnemy->v.netname)*/);
I use this code to let the bot chat , but the "pBot->pBotEnemy->v.netname"
is causing crash ! Anyone know why this happen ?

and btw , I'm using STEAM cs1.6
  
Reply With Quote