FixPointViewcontrol: fix error
This commit is contained in:
		
							parent
							
								
									39b6338378
								
							
						
					
					
						commit
						9124cb66ef
					
				@ -78,6 +78,9 @@ public MRESReturn Hook_AcceptInput(int entity, Handle hReturn, Handle hParams)
 | 
			
		||||
	char sCommand[128];
 | 
			
		||||
	DHookGetParamString(hParams, 1, sCommand, sizeof(sCommand));
 | 
			
		||||
 | 
			
		||||
	if(DHookIsNullParam(hParams, 2))
 | 
			
		||||
		return MRES_Ignored;
 | 
			
		||||
 | 
			
		||||
	int iActivator = DHookGetParam(hParams, 2);
 | 
			
		||||
	if (iActivator < 1 || iActivator > MaxClients)
 | 
			
		||||
		return MRES_Ignored;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user