View Single Post
Lubricant Jam
AlliedModders Donor
Join Date: Oct 2016
Location: United Kingdom
Old 12-01-2019 , 20:52   Re: [ANY] Stealth Revived (v0.9, 01/10/18)
Reply With Quote #79

Quote:
Originally Posted by Notifications View Post
The latest by Maximoose works fine, just use his?
Well of course it works fine, however the hint me trying to compile my own version surely hints the fact I am trying to make custom changes? It was also posted by 5IVE not Maximoose.

I still stand by my original post, could the complete fixed version be posted so I can re-compile with my own amended changes? Thanks.

Or even, when you've got the chance 5IVE could you change the timer Timer_DelayedTeam to use
Code:
if (GetClientTeam(iClient) > 1) {
rather than
Code:
	int iTeam = evNewTeam.GetInt("team");
	
	if (iTeam > 1) {
due to it causing issues with splewis' retakes plugin. Cheers in advance.
__________________
Lubricant Jam is offline