Author Topic: add as pickups and assign values ??to these?  (Read 162 times)

Offline Madruga

  • Addicted
  • **
  • Posts: 59
  • [Reputation] +2/-1
add as pickups and assign values ??to these?
« on: October 18, 2011, 01:06:32 pm »
plz
the English right? :o

Share on Bluesky Share on Facebook


Offline Castagna

  • Server Owner/Developer
  • EA Veteran
  • *
  • Posts: 1048
  • [Reputation] +16/-10
Re: add as pickups and assign values ??to these?
« Reply #1 on: October 18, 2011, 01:16:39 pm »
Please give us more info about what you want.. Do you want to add pickups at server.conf or in the script as CreatePickup ?
EA Developer & Owner , EYE Tournament Founder, VCDC 3 Administrator, part of VU since 2011. Playing VC:MP since early 2009.


Offline Madruga

  • Addicted
  • **
  • Posts: 59
  • [Reputation] +2/-1
Re: add as pickups and assign values ??to these?
« Reply #2 on: October 18, 2011, 01:31:18 pm »
and who want to add pickups to get these pickups earn cash like Vice War

Offline Castagna

  • Server Owner/Developer
  • EA Veteran
  • *
  • Posts: 1048
  • [Reputation] +16/-10
Re: add as pickups and assign values ??to these?
« Reply #3 on: October 18, 2011, 01:40:49 pm »
Try this:

Quote
function onPickupPickedUp( player, pickup )
{
else if ( Model == 408 )
      {
              PrivMessage( "Hey you pickedup 500$", player );
                                           IncCash( player, 500 );
              NewTimer( "RespawnPickup", 3000, 1, pickup ); // Change the duration of the timer as u wish
      }
}

Then

Quote
function RespawnPickup( Pickup )
{
        Pickup.Respawn();
}
EA Developer & Owner , EYE Tournament Founder, VCDC 3 Administrator, part of VU since 2011. Playing VC:MP since early 2009.


Offline Madruga

  • Addicted
  • **
  • Posts: 59
  • [Reputation] +2/-1
Re: add as pickups and assign values ??to these?
« Reply #4 on: October 18, 2011, 02:10:31 pm »
Thanks :D

dfgfffddfddf

  • Guest
Re: add as pickups and assign values ??to these?
« Reply #5 on: October 28, 2011, 08:21:13 pm »
this script is right?

Offline Castagna

  • Server Owner/Developer
  • EA Veteran
  • *
  • Posts: 1048
  • [Reputation] +16/-10
Re: add as pickups and assign values ??to these?
« Reply #6 on: October 31, 2011, 03:36:12 pm »
Quote
this script is right?
Sure, why not?
EA Developer & Owner , EYE Tournament Founder, VCDC 3 Administrator, part of VU since 2011. Playing VC:MP since early 2009.


Offline Charlie

  • XA Co-Owner
  • Board Moderator
  • EA Veteran
  • *****
  • Posts: 625
  • [Reputation] +9/-17
  • EH, OH, AH, UH WHAT THE ****
  • Location: Morocco
Re: add as pickups and assign values ??to these?
« Reply #7 on: November 01, 2011, 10:06:23 am »
this script is right?

what the **** do you mean ?