Quote:
Originally Posted by Pierre-Marie Baty
Code:
// has my enemy got a big badass weapon ?
if (strcmp ("models/p_awp.mdl", STRING (pBot->pBotEnemy->v.weaponmodel)) == 0)
{
// aaaaaaaaaaaaahhh, mommyyyyyy, it's an AWP!!!
}
just ask PMTools... 
|
cool , did not know it was that simple. I have your pmtools, standard, installed. I run it along with my RB

neat work PMB!