Las Venturas Playground
Property bug solution? - Printable Version

+- Las Venturas Playground (https://forum.sa-mp.nl)
+-- Forum: Main Talk (https://forum.sa-mp.nl/forum-3.html)
+--- Forum: Development (https://forum.sa-mp.nl/forum-16.html)
+--- Thread: Property bug solution? (/thread-11979.html)



Property bug solution? - Turkey - 09-01-2008

Quote:<~[BB]rcp> nice lvp 2.9 ?
<~[BB]rcp> i hope properties will be redcircles, to can buy it hehe
<~[BB]rcp> about picksup
<~[BB]rcp> looks like a SAMP bug
<~[BB]rcp> not lvp bug
<~[BB]rcp> sometimes, happens to me too in bb server
<~[BB]rcp> and others too
<~[BB]rcp> sometimes... dont load it... i know (as coder) is a process done in an initial process when u join
<~[BB]rcp> i get this probelm, when i connect, and get ping=0
<~[BB]rcp> then, pickups=shit
<~[BB]rcp> and cant buy :(

No idea if it's new to you or not..but if the red circles solve that bug..why not add them back? Or has that been fixed in LVP 2.9 already?




Re: Property bug solution? - TEF - 09-01-2008

What in the hell are these "red circles"?


Re: Property bug solution? - Jay - 09-01-2008

Red circles are Checkpoints, an old system lvp used to use for properties.

Anyway, SA-MP pickups have been bugged for a while. Tell rcp that he can fix it by using AddStaticPickup instead of CreatePickup, but note that it doesn't return the pickup id, so you cannot assign variables to it perhaps for use with OnPlayerPickupPickup. The pickup id's are generated by order of creation.

Anyway, we have a better solution to fix it. Thanks for reporting  :)