Johnny Bergström df43d897df Fioxed call_think:
if (!is_ent_valid(iEnt)) {
		EngineError(amx, "Invalid Entity %d", iEnt);
		return 0;
	}

was

	if (is_ent_valid(iEnt)) {
		EngineError(amx, "Invalid Entity %d", iEnt);
		return 0;
	}
2004-09-29 06:17:44 +00:00
..
2004-09-11 21:58:46 +00:00
2004-09-11 21:58:46 +00:00
2004-09-17 19:04:44 +00:00
2004-09-10 03:31:36 +00:00
2004-05-26 05:15:40 +00:00
2004-03-24 02:10:20 +00:00
2004-09-08 21:13:04 +00:00
2004-09-29 06:17:44 +00:00
2004-08-24 05:44:31 +00:00
2004-09-08 21:13:04 +00:00
2004-05-26 05:15:40 +00:00
2004-08-24 05:44:31 +00:00
2004-06-29 06:26:56 +00:00
2004-09-11 22:46:28 +00:00
2004-09-23 21:00:43 +00:00
2004-09-08 21:13:04 +00:00