Hey, danhedron of OpenRW noticed that one of the commands had confusing descriptions.
Affected GTA III version
Affected GTA VC version
The XML portion in question is
<Arg Type="INT" Desc="Ped type" Entity="CAR"/>
<Arg Type="INT" Desc="Model ID" Enum="PEDTYPE"/>
<Arg Type="INT" Desc="Car/vehicle" Enum="CARPEDMODEL"/>
where a mismatch between Desc and Entity / Enum occurs.
<Arg Type="INT" Desc="Car/vehicle type" Entity="CAR"/>
<Arg Type="INT" Desc="Ped" Enum="PEDTYPE"/>
<Arg Type="INT" Desc="Model ID" Enum="CARPEDMODEL"/>
is probably better.
Note that the GTA SA version of the command is less complete so the problem doesn't exist there yet.
Hey, danhedron of OpenRW noticed that one of the commands had confusing descriptions.
Affected GTA III version
Affected GTA VC version
The XML portion in question is
where a mismatch between
DescandEntity/Enumoccurs.is probably better.
Note that the GTA SA version of the command is less complete so the problem doesn't exist there yet.