Search found 3 matches

by forty
Fri Oct 21, 2005 8:19 pm
Forum: ET Bugs/Cheats
Topic: Instant respawn bug
Replies: 9
Views: 12598

I've had this occur on several occasions, but it seems all but impossible to reproduce when you want to debug it.
Near impossible. Luckily by chance I found I could reproduce it by switching team several times in a row.
by forty
Sat Sep 17, 2005 11:21 am
Forum: ET Modding
Topic: b_realhead code not compatible with Visual C++ 2003?
Replies: 15
Views: 14790

Code: Select all

#ifdef _MSC_VER

	int rint (double x) {
		
		int i;

		__asm {
			fld x;
			fistp i;
		};

		return i;
	}

#endif
by forty
Sat Jul 10, 2004 10:35 pm
Forum: ET Modding
Topic: BUGFIX: Several weapon-related changes
Replies: 11
Views: 28071

Sweet.

Is it acceptable to include these in other mods, with due credit?