Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: UrbanY on May 22, 2018, 10:51 PM

Title: like ago to change the 407 pickup to 406 once I bought a prop?
Post by: UrbanY on May 22, 2018, 10:51 PM
like ago to change the 407 pickup to 406 once I bought a prop?
Title: Re: like ago to change the 407 pickup to 406 once I bought a prop?
Post by: Kid_Buu on May 23, 2018, 01:21 AM
Use this system: https://forum.vc-mp.org/?topic=4503.0

or use something like this at the time of purchase the prop:
local pickup = FindPickup( text.tointeger() ), x = pickup.Pos.x, y = pickup.Pos.y, z = pickup.Pos.z;
pickup.Remove();
CreatePickup( 406, Vector( x.tofloat(), y.tofloat(), z.tofloat() ) )