Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: Omair on April 02, 2014, 05:13:48 pm

Title: Help!
Post 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.
Title: Re: Help!
Post by: sseebbyy on April 02, 2014, 08:28:57 pm
Well, I think this is the simplest way:
*Set the damage of minigun to zero+ add an informative message about this on player joins.
Title: Re: Help!
Post by: [AoD]NC on April 02, 2014, 09:44:10 pm
Remove minigun pickups from game?
Title: Re: Help!
Post by: MatheuS on April 02, 2014, 11:24:57 pm
Code: [Select]
public OnGameModeInit()
{
 SetWeaponDamage(33,0);
 return 1;
}
Title: Re: Help!
Post by: dynavolt71 on April 03, 2014, 01:48:20 am
Wrong board. Should on mirc/pawn scripting board
Title: Re: Help!
Post by: Omair on June 07, 2014, 06:55:25 pm
Well....Thnx guys for the information. :D