Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placing arbitrary text in ```c does not result in a build failure #1

Open
blattersturm opened this issue Nov 25, 2018 · 0 comments
Open

Comments

@blattersturm
Copy link
Contributor

As seen in citizenfx/natives#31:

diff --git a/PED/SetPedStrafeClipset.md b/PED/SetPedStrafeClipset.md
index e2dea412..5f71021c 100644
--- a/PED/SetPedStrafeClipset.md
+++ b/PED/SetPedStrafeClipset.md
@@ -6,6 +6,8 @@ ns: PED
 ```c
 // 0x29A28F3F8CF6D854 0x0BACF010
 void SET_PED_STRAFE_CLIPSET(Ped ped, char* clipSet);
+
+Defines movement when _aiming_.
 ```\

(the \ at the end is added because Markdown sucks and doesn't allow placing ``` inside of ``` with only white space in between)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant