Author Topic: Help!  (Read 2562 times)

0 Members and 1 Guest are viewing this topic.

Offline Omair

  • Street Thug
  • *
  • Posts: 26
    • View Profile
Help!
« 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.

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: Help!
« Reply #1 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.

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline [AoD]NC

  • VC:MP Beta Tester
  • VC:MP Veteran
  • *
  • Posts: 616
  • AoD forever!
    • View Profile
    • KURWA MAĆ
Re: Help!
« Reply #2 on: April 02, 2014, 09:44:10 pm »
Remove minigun pickups from game?

Offline MatheuS

  • Made Man
  • ***
  • Posts: 207
  • Pawn And Squirrel Scripter
    • View Profile
    • Brazillian Community
Re: Help!
« Reply #3 on: April 02, 2014, 11:24:57 pm »
Code: [Select]
public OnGameModeInit()
{
 SetWeaponDamage(33,0);
 return 1;
}

Offline dynavolt71

  • Crime Boss
  • ****
  • Posts: 371
    • View Profile
    • My Blog
Re: Help!
« Reply #4 on: April 03, 2014, 01:48:20 am »
Wrong board. Should on mirc/pawn scripting board
[PAWNO]Fix Error " Failed to set data for "" " - http://forum.vicecitymultiplayer.com/index.php?topic=5743.0



:'(

Offline Omair

  • Street Thug
  • *
  • Posts: 26
    • View Profile
Re: Help!
« Reply #5 on: June 07, 2014, 06:55:25 pm »
Well....Thnx guys for the information. :D