Pickup from vehicle
#1

Only pickup type 14 can be used from vehicle, but its without respawn, anyways for do it?
Reply
#2

You can destroy it( to avoid bugs i guess xD ), and re-create it, when it's being picked up ( OnPlayerPickUpPickup )
Reply
#3

but then text from pickup will be repeated spammed players chat
Reply
#4

ref,
Код:
if(pickupid == ...)
{
...
DestroyPickup(...);
}else{
CreatePickup(...);
}
not work too.
create down destroy without else spammed my chat and pickup not respawned.
how to do it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)