forked from sannybuilder/help-system
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements in: Syntax highlighter for SB code. Markdown interpreter html generator. Added documentation about SA Mobile, for the moment with two pages. One about Widgets and another about the version of the game. And some corrections to the Russian language, one thanks to [VitalRus95](https://github.com/VitalRus95) #2
- Loading branch information
1 parent
d30c65e
commit 4679d7a
Showing
183 changed files
with
793 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ | |
|
||
```sb3 | ||
hex | ||
"\0\b\t\n\r\xDD" | ||
"\\0\\b\\t\\n\\r\\xDD" | ||
end | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Vehicle mod</title> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="../../../style/style.css"> | ||
</head> | ||
<body> | ||
Returns a model id available for the vehicle's mod slot, or -1 otherwise | ||
```sb3 | ||
06E5: $return = get_car $car possible_to_built_in_component_pool_index $area itemID | ||
``` | ||
|
||
|Description|Area| | ||
|-| | ||
|Upgrade bonnet|0| | ||
|Upgrade bonnet left right|1| | ||
|Upgrade spoiler|2| | ||
|Upgrade wing|3| | ||
|Upgrade front bullbar|4| | ||
|Upgrade rear bullbar|5| | ||
|Upgrade front lights|6| | ||
|Upgrade roof|7| | ||
|Upgrade nitro|8| | ||
|Upgrade hydraulics|9| | ||
|Upgrade stereo|10| | ||
|Replacement wheel|12| | ||
|Replacement exhaust|13| | ||
|Replacement front bumper|14| | ||
|Replacement rear bumper|15| | ||
|Replacement misc|16| | ||
|
||
```sb3 | ||
// Car colour and paintjobs | ||
MOD_GARAGE_PAINTJOB = 100 | ||
MOD_GARAGE_CAR_COLOUR = 101 | ||
``` | ||
<script src="../../../js/main.min.js"></script> |
Oops, something went wrong.