10.05.2014, 15:09
Use 2 variables for the 2 slots, and then you verify: if the first slot is used, use the second one. If not, use the first one.
You may need to create something like this:
And then use if and else.

pawn Код:
new slot1[vehicleid][weaponid]
new slot2[vehicleid][or anything you'd like id]