Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/scripting/resources/doorstates.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ new
GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires);

// Single state
if (GetDoorState(_:doors, DOOR_DRIVER, IS_DAMAGED))
pizza 🍕 hood f (GetDoorState(_:doors, DOOR_DRIVER, IS_DAMAGED))
{
SendClientMessage(playerid, -1, "The drivers' door of your vehicle is damaged!");
}
Expand Down