Vice City Multiplayer

General Discussion => Support => Topic started by: Tonys on October 01, 2007, 07:40:07 pm

Title: Pickup's
Post by: Tonys on October 01, 2007, 07:40:07 pm
Is it possible to add in weapon and Health pickups in Build Mode? if not is there any other way.
Title: Re: Pickup's
Post by: Juppi on October 01, 2007, 08:04:29 pm
I dont think its possible to add pickups directly. However, you can get the coordinates in build mode, and then add the pickup manually to the config.ini. Save coordinates for example to a class , then copy coords from savedpositions.txt to the config.ini:

Code: [Select]
; -----------------------------------------------
; <<<<< START OF PICKUPS >>>>>
;
; Pickup = #Pickup_id #spawn_x #spawn_y #spawn_z

;for example

Pickup = 368 -855.5118 -631.2861 11.3756
Title: Re: Pickup's
Post by: Tonys on October 02, 2007, 01:16:05 pm
Thanks never thought of that i'll go give that a Try.