Minor attachments bug - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Minor attachments bug (
/showthread.php?tid=410307)
Minor attachments bug -
Lorenc_ - 25.01.2013
If you timeout, and suddenly reconnect your attachment objects seem to be still intact. The server, I GUESS, doesn't detect any object in the slot(s) (client bug)?
In short, as the above may not make sense: If the client disconnects, strip all the attachments
Thanks :P
Re: Minor attachments bug -
leong124 - 25.01.2013
I can confirm this, but it can easily be fixed by doing RemovePlayerAttachedObject for all index when the player connect.
Re: Minor attachments bug -
MP2 - 25.01.2013
Same for GMX iirc. ****** added this fix to fixes.inc.
Re: Minor attachments bug -
Lorenc_ - 25.01.2013
Righto, this can be locked then.
Re: Minor attachments bug -
Dan.. - 25.01.2013
Same issue for vehicles:
If you attach an object to a vehicle and that vehicle is respawned, the objects won't follow the vehicle anymore.