Skip to content

Commit e3304ae

Browse files
authored
Fix SetVehicleParamsEx example
1 parent 714942d commit e3304ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/docs/scripting/functions/SetVehicleParamsEx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ forward DisableVehicleAlarm(vehicleid);
5858
public DisableVehicleAlarm(vehicleid)
5959
{
6060
new
61-
bool:engine, bool:lights, bool:alarm, bool:doors, bool:bonnet, bool:boot, bool:objective;
61+
engine, lights, alarm, doors, bonnet, boot, objective;
6262

6363
GetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
6464
if (alarm == VEHICLE_PARAMS_ON)

0 commit comments

Comments
 (0)