SA-MP Forums Archive
Need someone who has a little free time - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Need someone who has a little free time (/showthread.php?tid=422473)



Need someone who has a little free time - Hoda - 13.03.2013

Hi,

I'm working on a plugin for SA:MP and since it's getting too much of my time I'm going to ask some people help.
You don't need programming knowledge.

All you need to do is to make a document which describe VehicleDamageStatus for it's lights and panels.
https://sampforum.blast.hk/showthread.php?tid=422409


Your document would be useful for other coders too and the plugin is huge so please share some help if possible.


Re: Need someone who has a little free time - Guest9328472398472 - 13.03.2013

*cough*

https://sampforum.blast.hk/showthread.php?tid=345747


Re: Need someone who has a little free time - Mmartin - 13.03.2013

All documentation needed is on wiki. The damage status is stored in bytes.


Re: Need someone who has a little free time - Hoda - 13.03.2013

Quote:
Originally Posted by Mmartin
Посмотреть сообщение
All documentation needed is on wiki. The damage status is stored in bytes.
Really ?
Do you know what these 32 bits ad 8 bytes mean for panels !?


Re: Need someone who has a little free time - Mauzen - 13.03.2013

Takes like 5 minutes to test that.
Create a command with panels as parameter. Use UpdateVehicleDamageStatus to set the status of the panels, and watch how panels change. Test to set every single bit to 1, leaving the rest at 0, or simply speaking test 1, 2, 4, 8, 16, 32, ...




Re: Need someone who has a little free time - Hoda - 14.03.2013

Quote:
Originally Posted by Mauzen
Посмотреть сообщение
Takes like 5 minutes to test that.
Create a command with panels as parameter. Use UpdateVehicleDamageStatus to set the status of the panels, and watch how panels change. Test to set every single bit to 1, leaving the rest at 0, or simply speaking test 1, 2, 4, 8, 16, 32, ...

Only get works on named params and I couldn't understand it from the dump