Pickup disappear inside the bank

Started by Nihongo^, May 07, 2023, 09:17 AM

Previous topic - Next topic

Nihongo^

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



Peppo

#2
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

Gito Baloch

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
Programming is the language I speak, the world I shape, and the future I code

Nihongo^

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?