Vice City Multiplayer
		VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Omair on April 02, 2014, 05:13:48 pm
		
			
			- 
				Hey guys!I want to dis-allow mini gun in my "GUPS v1.17",Please help me.
Regards,
Omair.
			 
			
			- 
				Well, I think this is the simplest way: 
*Set the damage of minigun to zero+ add an informative message about this on player joins.
			 
			
			- 
				Remove minigun pickups from game?
			
 
			
			- 
				
public OnGameModeInit()
{
 SetWeaponDamage(33,0);
 return 1;
}
			 
			
			- 
				Wrong board. Should on mirc/pawn scripting board
			
 
			
			- 
				Well....Thnx guys for the information. :D