Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Nihongo^ on May 07, 2023, 09:17 AM

Title: Pickup disappear inside the bank
Post by: Nihongo^ on May 07, 2023, 09:17 AM
Hi i am using this bank gate system with pickup

https://forum.vc-mp.org/index.php?topic=4261.msg31519#msg31519

The problem is pickup inside disappear it self and there's no way to go outside. How do i fix it ? it was working before but after few moment it disappear

(https://i.postimg.cc/D0SzBC0J/2023-05-07-14-10-34-0749.png)
Title: Re: Pickup disappear inside the bank
Post by: Nihongo^ on May 16, 2023, 08:40 PM
bump ?
Title: Re: Pickup disappear inside the bank
Post by: Peppo on May 18, 2023, 03:29 PM
well there is pickup limits in vcmp make sure you are not exceeding it... but before that make sure that you put correct coordinate for that door pickup or check player n pickup world id are must be same
Title: Re: Pickup disappear inside the bank
Post by: Gito Baloch on May 19, 2023, 07:02 PM
Change this

BankDoorIn <- CreatePickup( 382, 1, 1, Vector( -899.141, -341.11, 13.3802 ), 255, false );
 BankDoorOut <- CreatePickup( 382, 1, 1, Vector( -895.855, -341.11, 13.3846 ), 255, false );

to this
BankDoorIn <- CreatePickup( 382, 0, 1, Vector( -899.141, -341.11, 13.3802 ), 255, false );
 BankDoorOut <- CreatePickup( 382, 0, 1, Vector( -895.855, -341.11, 13.3846 ), 255, false );

Check if it works  :-X
Title: Re: Pickup disappear inside the bank
Post by: Nihongo^ on Jun 07, 2023, 03:21 PM
Sorry for the late reply; I was on vacation.

Sorry Gito, it's not work

@Peppo
I used Race system. It has, I think, 12/13 pickups do you think I should remove it?