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)
bump ?
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
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
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?