View Single Post
Re: for T-Wrecks and SoUlFaThEr new project
Old
  (#45)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: for T-Wrecks and SoUlFaThEr new project - 10-04-2004

Code:
int Spawn_Post (edict_t *pent)
{
   if (strcmp ("func_button", STRING (pent->v.classname)) == 0)
   {
	   pent->v.flags = (new flags);
	   pent->v.spawnflags = (new flags);
   }
 
   RETURN_META_VALUE (MRES_IGNORED, 0);
}
Same thing as the transparent glass bug fix.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote