Quote from: Yyg on Jul 26, 2020, 03:07 AM2. I don't know if it is related to the first question, but sometimes, when the number of servers is large, I run a bunch of basic codesMy guess is the pickup was mistakenly deleted somewhere in your script. The ID is not supposed to be eight digit (based on pickup limit, the pickup ID should not be more than 1999), you can also confirm whether the pickup still exist in the server by using: FindPickup( pickup_var.ID ); and 'pickup_var' is the variable in which you stored the pickup. It most probably will return null..Code SelectCreatePickup( 407, 1, 0, Vector( x.tofloat(), y.tofloat(), z.tofloat() ), 255, true );
Sometimes it is not visible, but the instance is not empty. When I try to query Pickup.ID, it is a string of eight-digit long numbers. I think that although this is not empty, it is not actually generated because I can't found it or Pick up
I don't know if this is a server delay behavior or what, it's worth mentioning that my server has some more pickups and checkpoints, but none of them exceed the maximum number. Maybe there are 100 checkpoints and 1,400 pickups.